Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
future (version 1.2.0)
usedCores: Get number of cores currently used
Description
Get number of children plus one (for the current process) used by the current R session. The number of children is the total number of subprocesses launched by this process that are still running and whose values have yet not been collected.
Usage
usedCores()
Arguments
Value
A positive integer equal or greater than one.