Learn R Programming

doAzureParallel (version 0.8.0)

registerDoAzureParallel: The registerDoAzureParallel function is used to register the Azure cloud-enabled parallel backend with the foreach package.

Description

The registerDoAzureParallel function is used to register the Azure cloud-enabled parallel backend with the foreach package.

Usage

registerDoAzureParallel(cluster)

Arguments

cluster

The cluster object to use for parallelization

Examples

Run this code
# NOT RUN {
registerDoAzureParallel(cluster)
# }

Run the code above in your browser using DataLab