clusterPreset: Set the default cloud provider and container

Description Usage Arguments Value Examples

View source: R/method-export.R

Description

Set the default cloud provider and container. You must install the provider and container packages before using them.

Usage

1
2
3
4
clusterPreset(
  cloudProvider = c("", "ECSFargateProvider"),
  container = c("", "rbaseDoRedis", "rbaseRedisParam", "biocDoRedis", "biocRedisParam")
)

Arguments

cloudProvider

The default cloud provider name, can be abbreviated

container

The default container name, can be abbreviated

Value

No return value

Examples

1
2
3
4
5
6
## Not run: 
clusterPreset(cloudProvider = "ECSFargateProvider", container = "rbaseDoRedis")
cluster <- makeDockerCluster()
cluster

## End(Not run)

DockerParallel documentation built on June 23, 2021, 5:07 p.m.