Description Usage Arguments Value Examples
View source: R/method-RedisContainer.R
Get the RedisParam worker container.
1 2 3 4 5 6 7 8 | RedisParamWorkerContainer(
image = c("r-base", "bioconductor"),
RPackages = character(),
sysPackages = character(),
environment = list(),
maxWorkerNum = 4L,
tag = "latest"
)
|
image |
Character, the worker image used by the container |
RPackages |
Character, a vector of R packages that will be installed
by |
sysPackages |
Character, a vector of system packages that will be installed
by |
environment |
List, the environment variables in the container |
maxWorkerNum |
Integer, the maximum worker number in a container |
tag |
Character, the image tag |
a RedisParamContainer
object
1 | RedisParamWorkerContainer(image = "r-base")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.