launch_plotter: Launch Plotter

Description Usage Arguments Value Examples

Description

Launches the plotting app

Usage

1
launch_plotter(list_of_datasets)

Arguments

list_of_datasets

List of datasets which should be made available for selection when the app is launched

Value

Launches App

Examples

1
2
3
4
## Not run: 
diamonds_sample <- ggplot2::diamonds[sample(1:nrow(diamonds),size=1000),]
launch_plotter(list(diamonds_sample = diamonds_sample, mtcars = mtcars, iris = iris))
## End(Not run)

anup50695/RtutoR documentation built on May 10, 2019, 12:29 p.m.