setParallel: Enable/Disable parallel computing

View source: R/utils.R

setParallelR Documentation

Enable/Disable parallel computing

Description

Enable/Disable parallel computing

Usage

setParallel(beParallel)

Arguments

beParallel

A boolean indicating if parallel computing is to be enabled (TRUE) or disabled (FALSE)

Value

No return value, called in order to enable parallel computing

Examples

setParallel(TRUE)


mldr.resampling documentation built on Aug. 22, 2023, 5:11 p.m.