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.
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()
} # }
