powered by
Launch ggraptR in the default browser
ggraptR(initialDf = ggplot2::diamonds, ...)
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
See http://github.com/cargomoose/raptR for documentation and tutorials
# NOT RUN { if (interactive()) { ggraptR(initialDf='mtcars', initialPlot=c('Scatter', 'Line'), appDir='inst/ggraptR') } # }
Run the code above in your browser using DataLab