powered by
Launches the plotting app
launch_plotter(list_of_datasets)
List of datasets which should be made available for selection when the app is launched
Launches App
# NOT RUN { diamonds_sample <- ggplot2::diamonds[sample(1:nrow(diamonds),size=1000),] launch_plotter(list(diamonds_sample = diamonds_sample, mtcars = mtcars, iris = iris)) # }
Run the code above in your browser using DataLab