tests/testthat/_snaps/spec-version.md

vega_schema works

Code
  vega_schema()
Output
  [1] "https://vega.github.io/schema/vega-lite/v5.json"
Code
  vega_schema("vega")
Output
  [1] "https://vega.github.io/schema/vega/v5.json"
Code
  vega_schema("vega_lite", major = FALSE)
Output
  [1] "https://vega.github.io/schema/vega-lite/v5.5.0.json"
Code
  vega_schema("vega_lite", version = "5.2.0")
Output
  [1] "https://vega.github.io/schema/vega-lite/v5.2.0.json"


Try the vegawidget package in your browser

Any scripts or data that you put into this service are public.

vegawidget documentation built on Sept. 3, 2023, 9:07 a.m.