View source: R/launch_analyze_behaviorspace.R
launch_abs | R Documentation |
Launch the analyzeBehaviorspace app in the default web browser. RStudio users also have the option of launching the app in RStudio's pop-up Viewer.
launch_abs(
rstudio = getOption("analyze_behaviorspace.rstudio", default = FALSE),
maxFileSize = getOption("analyze_behaviorspace.maxFileSize", default = 300),
...
)
rstudio |
Only relevant for RStudio users. The default ( |
maxFileSize |
The maximum file size that can be uploaded to the shiny
app (in megabytes). The default can be changed by setting the global option
|
... |
Optional arguments passed to |
Nothing is returned
## Not run:
launch_abs()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.