set_shiny_workers: Function to set shiny workers for background service
Description
Function to set shiny workers for background service
Usage
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)
Arguments
shiny_config_file
BioInstaller shiny configuration file
auto_create
Auto create log dir, default is FALSE
Examples
Run this code# NOT RUN {
set_shiny_workers(4)
# }
Run the code above in your browser using DataLab