create_schema | R Documentation |
plotscaper
schemaThis function constructs a schema of an interactive
plotscaper
figure.
create_schema(data = NULL, options = NULL)
data |
A dataframe |
options |
A list of options |
An object of class plotscaper_schema
create_schema(mtcars) |> add_scatterplot(c("wt", "mpg")) |> render()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.