Learn R Programming

mldr.resampling (version 0.2.3)

setNumCores: Set the number of cores available for parallel computing

Description

Set the number of cores available for parallel computing

Usage

setNumCores(n)

Value

No return value, called in order to change the number of cores

Arguments

n

The new value for the number of cores

Examples

Run this code
# \donttest{
setNumCores(8)
# }

Run the code above in your browser using DataLab