altair (version 4.1.1)

as_chart: Create Altair chart from vegaspec

Description

Create Altair chart from vegaspec

Usage

as_chart(spec)

Arguments

spec

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

Value

altair object

Examples

Run this code
# NOT RUN {
  if (interactive()) {
    as_chart(vegawidget::spec_mtcars)
  }
# }

Run the code above in your browser using DataLab