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(cluster = "cluster.json", fullName = FALSE, wait = TRUE,
  resourceFiles = list())

Arguments

cluster

Cluster configuration object or 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)

Azure/doAzureParallel documentation built on May 22, 2021, 4:39 a.m.