nbrOfWorkers.batchtools {future.batchtools} | R Documentation |
Tries to infer the total number of batchtools workers. This is done using various ad-hoc procedures based on code inspection of batchtools itself.
## S3 method for class 'batchtools'
nbrOfWorkers(evaluator)
evaluator |
A future evaluator function.
If NULL (default), the current evaluator as returned
by |
A number in [1, Inf]
.