Description Usage Arguments Value Examples
Creates an Azure cloud-enabled cluster.
1 2 | makeCluster(cluster = "cluster.json", fullName = FALSE, wait = TRUE,
resourceFiles = list())
|
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 |
The request to the Batch service was successful.
1 2 3 4 | ## Not run:
cluster <- makeCluster("cluster_config.json", fullName = TRUE, wait = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.