Skip to contents

This function constructs a schema of an interactive plotscaper figure.

Usage

create_schema(data = NULL, options = NULL)

Arguments

data

A dataframe

options

A list of options

Value

An object of class plotscaper_schema

Examples

create_schema(mtcars) |> add_scatterplot(c("wt", "mpg")) |> render()