set_shiny_workers: Function to set shiny workers for background service

Description Usage Arguments Examples

View source: R/web.R

Description

Function to set shiny workers for background service

Usage

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)

Arguments

n

Number of needed workers

shiny_config_file

BioInstaller shiny configuration file

auto_create

Auto create log dir, default is FALSE

Examples

1
2
3
4
## Not run: 
set_shiny_workers(4)

## End(Not run)

BioInstaller documentation built on May 1, 2019, 11:17 p.m.