The original monolithic Shiny application has been retired.
runGeneKeepR() is now a soft-deprecated alias that launches the
modular application via runModularApp. Existing
zero-argument callers continue to work.
Value
Returns the error condition of the Shiny application when it
terminates (from runModularApp).
See also
runModularApp for the modular application this
now launches.
Examples
if (interactive()) {
library(nprcgenekeepr)
runGeneKeepR()
}
