RedisParamWorkerContainer: Get the RedisParam worker container

Description Usage Arguments Value Examples

View source: R/method-RedisContainer.R

Description

Get the RedisParam worker container.

Usage

1
2
3
4
5
6
7
8
RedisParamWorkerContainer(
  image = c("r-base", "bioconductor"),
  RPackages = character(),
  sysPackages = character(),
  environment = list(),
  maxWorkerNum = 4L,
  tag = "latest"
)

Arguments

image

Character, the worker image used by the container

RPackages

Character, a vector of R packages that will be installed by AnVIL::install before connecting with the server

sysPackages

Character, a vector of system packages that will be installed by apt-get install before running the R worker

environment

List, the environment variables in the container

maxWorkerNum

Integer, the maximum worker number in a container

tag

Character, the image tag

Value

a RedisParamContainer object

Examples

1

Jiefei-Wang/RedisParamContainer documentation built on Dec. 18, 2021, 1:32 a.m.