setThreads {pipeFrame}R Documentation

Configure the maximum number of threads

Description

Configure the maximum number of threads for all steps

Usage

setThreads(threads = detectCores())

getThreads()

Arguments

threads

Numeric scalar. The maximum number of threads that can be allocated to each step.

Value

setThreads

No value will be returned

getThreads

Numeric scalar. Display the maximum number of threads that can be allocated to each step.

Examples

setThreads()
getThreads()

[Package pipeFrame version 1.0.0 Index]