shinySbmApp {shinySbm} | R Documentation |
Run the Shiny Application
Description
Run the Shiny Application
Usage
shinySbmApp(
nbCore_control = TRUE,
console_verbosity = TRUE,
onStart = NULL,
options = list(launch.browser = TRUE),
enableBookmarking = NULL,
uiPattern = "/",
...
)
Arguments
nbCore_control |
Allow to control the number of Cores when running an 'sbm' |
console_verbosity |
boolean boolean should the console be printing 'sbm' outputs |
onStart |
A function that will be called before the app is actually run.
This is only needed for |
options |
Named options that should be passed to the |
enableBookmarking |
Can be one of |
uiPattern |
A regular expression that will be applied to each |
... |
arguments to pass to golem_opts. See '?golem::get_golem_options' for more details. |
Value
No return value, called to launch the 'shiny' application