Learn R Programming

GMCM (version 1.4.1)

runGMCM: Run the GMCM shiny application

Description

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

Usage

runGMCM(...)

Value

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

Arguments

...

Arguments passed to runApp.

See Also

Examples

Run this code
if (FALSE) {
runGMCM()
runGMCM(launch.browser = FALSE, port = 1111)
# Open browser and enter URL http://127.0.0.1:1111/
}

Run the code above in your browser using DataLab