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