create_schema: Create a 'plotscaper' schema

View source: R/schema.R

create_schemaR Documentation

Create a plotscaper schema

Description

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()

plotscaper documentation built on Oct. 18, 2024, 5:13 p.m.