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"), ...)
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
.
Nothing is returned
if (FALSE) { # \dontrun{
launch_kaya_explorer()
} # }