Learn R Programming

future.BatchJobs (version 0.17.0)

nbrOfWorkers.batchjobs: Gets the number of BatchJobs workers

Description

Tries to infer the total number of BatchJobs workers. This is done using various ad hoc procedures based on code inspection of BatchJobs itself.

Usage

# S3 method for batchjobs
nbrOfWorkers(evaluator)

Arguments

evaluator

A future evaluator function. If NULL (default), the current evaluator as returned by plan() is used.

Value

A number in [1,Inf].