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')
}

hiplot/ggraptr documentation built on March 1, 2021, 12:04 a.m.