run.uncoverapp: Location for uncoverapp in RStudio enviroment

View source: R/run.uncoverapp.R

run.uncoverappR Documentation

Location for uncoverapp in RStudio enviroment

Description

This function controls the 'shiny.launch.browser' option to launch uncoverapp in an external 'browser', the RStudio viewer '"viewer"', or a new '"window"' in RStudio.

Usage

run.uncoverapp(where = c("browser", "viewer", "window"))

Arguments

where

accept '"browser'" , '"viewer'" or '"window'". The option sets where uncoverapp will be launched. Using NULL, uncoverapp will use default After running 'run.uncoverapp(where="window")' the shiny app appears in your chosen location.

Value

This return a Shiny App. The is no value

Examples

## Only run this example in interactive R sessions

if (interactive()) {
run.uncoverapp(where="window")
}



Manuelaio/uncoverappLib documentation built on Feb. 16, 2023, 12:52 a.m.