nbrOfWorkers.batchtools: Gets the number of batchtools workers

View source: R/nbrOfWorkers.R

nbrOfWorkers.batchtoolsR Documentation

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 class 'batchtools'
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].


future.batchtools documentation built on March 7, 2023, 7:46 p.m.