powered by
launch_plotter(list_of_datasets)
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