set_schema | R Documentation |
Set the schema from user input
set_schema(format = "1.0", schema = NULL)
format |
String. JSON data schema version number. There are currently
three schemas supported: |
schema |
A file name (optionally including the path) with the JSON
validation schema.
The |
A list with components format
(either 1.0
, 1.1
, 2.0
or 3.0
), schema
(long file name) and schema_base
(base file name).
set_schema("3.0")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.