View source: R/runModularApp.R
| runModularApp | R Documentation |
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.
runModularApp(port = 6013L, launch.browser = TRUE)
port |
Integer port number for the Shiny server (default 6013) |
launch.browser |
Logical; whether to launch browser (default TRUE) |
Returns the error condition of the Shiny application when it
terminates (from runGeneKeepR).
runGeneKeepR, the function this now launches.
## Not run:
library(nprcgenekeepr)
runModularApp()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.