This function constructs a schema of an interactive
plotscaper
figure.
Examples
create_schema(mtcars) |> add_scatterplot(c("wt", "mpg")) |> render()
This function constructs a schema of an interactive
plotscaper
figure.
create_schema(mtcars) |> add_scatterplot(c("wt", "mpg")) |> render()