ggraptR: Launch ggraptR in the default browser

Description Usage Arguments Details Examples

View source: R/ggraptR.R

Description

Launch ggraptR in the default browser

Usage

1
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

1
2
3
if (interactive()) {
  ggraptR(initialDf='mtcars', initialPlot=c('Scatter', 'Line'), appDir='inst/ggraptR')
}

cargomoose/ggraptR documentation built on July 1, 2020, 7:02 a.m.