clusterPreset {DockerParallel}R Documentation

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

## Not run: 
clusterPreset(cloudProvider = "ECSFargateProvider", container = "rbaseDoRedis")
cluster <- makeDockerCluster()
cluster

## End(Not run)

[Package DockerParallel version 1.0.4 Index]