Description Usage Arguments Value Examples
schema utility functions
1 2 3 4 5 6 7 8 9 10 11 |
schema |
imported json schema |
type |
schema reference |
list
1 2 3 | schema_file <- Sys.glob(file.path(system.file("schema/vega-lite", package = "vegawidget"),"*.json"))
VL_SCHEMA <- jsonlite::read_json(schema_file)
encoding_options <- props(VL_SCHEMA, list("$ref" = "#/definitions/Encoding"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.