Learn R Programming

doAzureParallel (version 0.8.0)

getCluster: Gets the cluster from your Azure account.

Description

Gets the cluster from your Azure account.

Usage

getCluster(clusterName, verbose = TRUE)

Arguments

clusterName

The cluster configuration that was created in makeCluster

Examples

Run this code
# NOT RUN {
cluster <- getCluster("myCluster")
# }

Run the code above in your browser using DataLab