runGMCM: Run the GMCM shiny application

Description Usage Arguments Value See Also Examples

View source: R/runGMCM.R

Description

Function for starting a local instance of the GMCM shiny application. The online application is found at https://gmcm.shinyapps.io/GMCM/.

Usage

1

Arguments

...

Arguments passed to runApp.

Value

Retuns nothing (usually). See runApp. Exit or stop the app by interrupting R.

See Also

runApp

Examples

1
2
3
4
5
6
## Not run: 
runGMCM()
runGMCM(launch.browser = FALSE, port = 1111)
# Open browser and enter URL http://127.0.0.1:1111/

## End(Not run)

GMCM documentation built on Nov. 6, 2019, 1:08 a.m.