Learn R Programming

nprcgenekeepr (version 2.0.0)

runModularApp: Run the Modular Version of GeneKeepR (Deprecated)

Description

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)

Value

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

Arguments

port

Integer port number for the Shiny server (default 6013)

launch.browser

Logical; whether to launch browser (default TRUE)

See Also

runGeneKeepR, the function this now launches.

Examples

Run this code
if (FALSE) {
library(nprcgenekeepr)
runModularApp()
}

Run the code above in your browser using DataLab