getNumberOfCores: Pick a suitable number of cores

Description Usage Arguments Value

View source: R/Utilities.R

Description

Pick a suitable number of cores

Usage

1
getNumberOfCores(NumberOfCores = NULL, n = NULL)

Arguments

NumberOfCores

The number of cores to use (defaulted to 1), truncated to the number of avaliable cores.

n

Optional length of the data to apply parallel processing to.

Value

The number of cores to apply.


RstoxData documentation built on July 17, 2021, 5:08 p.m.