Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

BioInstaller (version 0.3.7)

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

n

Number of needed workers

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