Rdocumentation
powered by
Learn R Programming
future (version 0.14.0)
nbrOfWorkers: Gets the number of workers
Description
Gets the number of workers
Usage
nbrOfWorkers(evaluator = NULL)
Arguments
evaluator
A future evaluator function. If NULL (default), the current evaluator as returned by
plan
()
is used.
Value
A number in [1,Inf].