Learn R Programming

DockerParallel (version 1.0.4)

clusterPreset: Set the default cloud provider and container

Description

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

Usage

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

Run this code
# NOT RUN {
clusterPreset(cloudProvider = "ECSFargateProvider", container = "rbaseDoRedis")
cluster <- makeDockerCluster()
cluster
# }

Run the code above in your browser using DataLab