Learn R Programming

future.batchtools (version 0.20.0)

nbrOfWorkers.BatchtoolsFutureBackend: Gets the number of batchtools workers

Description

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

Usage

# S3 method for BatchtoolsFutureBackend
nbrOfWorkers(evaluator)

Value

A number in \([1, Inf]\).

Arguments

evaluator

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