Learn R Programming

ggraptR (version 1.3)

ggraptR: Launch ggraptR in the default browser

Description

Launch ggraptR in the default browser

Usage

ggraptR(initialDf = ggplot2::diamonds, ...)

Arguments

initialDf

initial dataframe to plot

...

extra arguments. Possible options are: initialPlot - a vector of plot names externalRun - a boolean to run ggraptR in a separate process any shiny::runApp arguments

Details

See http://github.com/cargomoose/raptR for documentation and tutorials

Examples

Run this code
# NOT RUN {
if (interactive()) {
  ggraptR(initialDf='mtcars', initialPlot=c('Scatter', 'Line'), appDir='inst/ggraptR')
}
# }

Run the code above in your browser using DataLab