powered by
Creates an Azure cloud-enabled cluster.
makeCluster(cluster = "cluster.json", fullName = FALSE, wait = TRUE, resourceFiles = list())
Cluster configuration object or file name
A boolean flag for checking the file full name
A boolean flag to wait for all nodes to boot up
A list of files that Batch will download to the compute node before running the command line
The request to the Batch service was successful.
# NOT RUN { cluster <- makeCluster("cluster_config.json", fullName = TRUE, wait = TRUE) # }
Run the code above in your browser using DataLab