runModularApp: Run the Modular Version of GeneKeepR (Deprecated)

View source: R/runModularApp.R

runModularAppR Documentation

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)

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

## Not run: 
library(nprcgenekeepr)
runModularApp()

## End(Not run)

nprcgenekeepr documentation built on July 26, 2026, 5:06 p.m.