Description Usage Arguments Details Examples
Launch ggraptR in the default browser
1 |
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 |
See http://github.com/cargomoose/raptR for documentation and tutorials
1 2 3 | if (interactive()) {
ggraptR(initialDf='mtcars', initialPlot=c('Scatter', 'Line'), appDir='inst/ggraptR')
}
|
Loading required package: ggplot2
Loading required package: ggthemes
Loading required package: shinyjs
Attaching package: 'shinyjs'
The following objects are masked from 'package:methods':
removeClass, show
Loading required package: shinyBS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.