Skip to contents

runModularApp() has been renamed to runGeneKeepR, a name that says what the function does. runModularApp() is now a soft-deprecated alias that launches the application via runGeneKeepR. Existing callers continue to work.

Usage

runModularApp(port = 6013L, launch.browser = TRUE)

Arguments

port

Integer port number for the Shiny server (default 6013)

launch.browser

Logical; whether to launch browser (default TRUE)

Value

Returns the error condition of the Shiny application when it terminates (from runGeneKeepR).

See also

runGeneKeepR, the function this now launches.

Examples

if (FALSE) { # \dontrun{
library(nprcgenekeepr)
runModularApp()
} # }