Launch the kayaExplorer app in the default web browser. RStudio users also have the option of launching the app in RStudio's pop-up Viewer.

launch_kaya_explorer(rstudio = getOption("kayaExplorer.rstudio"), ...)

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(kayaExplorer.rstudio = TRUE).

...

Optional arguments passed to runApp.

Value

Nothing is returned

Examples

if (FALSE) { # \dontrun{
launch_kaya_explorer()
} # }