launch_abs: Launch the analyzeBehaviorspace app

View source: R/launch_analyze_behaviorspace.R

launch_absR Documentation

Launch the analyzeBehaviorspace app

Description

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.

Usage

launch_abs(
  rstudio = getOption("analyze_behaviorspace.rstudio", default = FALSE),
  maxFileSize = getOption("analyze_behaviorspace.maxFileSize", default = 300),
  ...
)

Arguments

rstudio

Only relevant for RStudio users. The default (FALSE) is to launch the app in the user's default web browser rather than RStudio's pop-up Viewer. Users can change the default to TRUE by setting the global option options(analyze_behaviorspace.rstudio = TRUE).

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 analyze_behaviorspace.maxFileSize (options(analyze_behaviorspace.maxFileSize = 1000)).

...

Optional arguments passed to shiny::runApp().

Value

Nothing is returned

Examples

## Not run: 
launch_abs()

## End(Not run)


jonathan-g/analyzeBehaviorspace documentation built on July 23, 2022, 11:01 a.m.