makeCluster: Creates an Azure cloud-enabled cluster.

Description Usage Arguments Value Examples

View source: R/cluster.R

Description

Creates an Azure cloud-enabled cluster.

Usage

1
2
makeCluster(clusterSetting = "cluster_settings.json", fullName = FALSE,
  wait = TRUE, resourceFiles = list())

Arguments

clusterSetting

Cluster configuration's file name

fullName

A boolean flag for checking the file full name

wait

A boolean flag to wait for all nodes to boot up

resourceFiles

A list of files that Batch will download to the compute node before running the command line

Value

The request to the Batch service was successful.

Examples

1
2
3
4
## Not run: 
cluster <- makeCluster("cluster_config.json", fullName = TRUE, wait = TRUE)

## End(Not run)

LuisFilipe236/doAzureParallel documentation built on May 28, 2019, 1:45 p.m.