Learn R Programming

RtutoR (version 0.2)

launch_plotter: Launch Plotter

Description

Launches the plotting app

Usage

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

Run this code
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