Description Usage Arguments Examples
Function to set shiny workers for background service
1 2 3 4 | set_shiny_workers(n,
shiny_config_file = Sys.getenv("BIOINSTALLER_SHINY_CONFIG",
system.file("extdata", "config/shiny/shiny.config.yaml", package =
"BioInstaller")), auto_create = FALSE)
|
n |
Number of needed workers |
shiny_config_file |
BioInstaller shiny configuration file |
auto_create |
Auto create log dir, default is FALSE |
1 2 3 4 | ## Not run:
set_shiny_workers(4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.