Create Altair chart from vegaspec

as_chart(spec)

Arguments

spec

An object to be coerced to vegaspec, a Vega/Vega-Lite specification

Value

altair object

Examples

  if (interactive()) {
    as_chart(vegawidget::spec_mtcars)
  }