powered by
Set the default cloud provider and container. You must install the provider and container packages before using them.
clusterPreset( cloudProvider = c("", "ECSFargateProvider"), container = c("", "rbaseDoRedis", "rbaseRedisParam", "biocDoRedis", "biocRedisParam") )
The default cloud provider name, can be abbreviated
The default container name, can be abbreviated
No return value
# NOT RUN { clusterPreset(cloudProvider = "ECSFargateProvider", container = "rbaseDoRedis") cluster <- makeDockerCluster() cluster # }
Run the code above in your browser using DataLab