launch_kaya_explorer: Launch the kayaExplorer app

View source: R/launch_kaya_explorer.R

launch_kaya_explorerR Documentation

Launch the kayaExplorer app

Description

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.

Usage

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

## Not run: 
launch_kaya_explorer()

## End(Not run)


jonathan-g/kayatool documentation built on July 16, 2024, 9:05 p.m.