Learn R Programming

doAzureParallel (version 0.8.0)

setChunkSize: Groups iterations of the foreach loop together per task.

Description

Groups iterations of the foreach loop together per task.

Usage

setChunkSize(value = 1)

Arguments

value

The number of iterations to group

Examples

Run this code
# NOT RUN {
setChunkSize(10)
# }

Run the code above in your browser using DataLab