vegawidget (version 0.3.2)

vw_to_vega: Convert to Vega specification

Description

If you have nodejs installed, you can use this function to compile a Vega-Lite specification into a Vega specification.

Usage

vw_to_vega(spec)

Arguments

spec

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

Value

S3 object of class vegaspec_vega and vegaspec

Examples

Run this code
# NOT RUN {
  vw_spec_version(spec_mtcars)
# }
# NOT RUN {
  # requires nodejs to be installed
  vw_spec_version(vw_to_vega(spec_mtcars))
# }

Run the code above in your browser using DataCamp Workspace