This Shiny app allows for interactive creation of a plot2
.
Usage
create_interactively(data = NULL)
Arguments
- data
A data set to load. Not strictly required, since all data sets in the global environment will be shown.
Details

Examples
if (FALSE) { # \dontrun{
create_interactively()
iris |> create_interactively()
} # }