runGMCM function

Run the GMCM shiny application

Run the GMCM shiny application

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

runGMCM(...)

Arguments

  • ...: Arguments passed to runApp.

Returns

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

Examples

## Not run: runGMCM() runGMCM(launch.browser = FALSE, port = 1111) # Open browser and enter URL http://127.0.0.1:1111/ ## End(Not run)

See Also

runApp

  • Maintainer: Anders Ellern Bilgrau
  • License: GPL (>= 2)
  • Last published: 2019-11-05