Skip to contents

A callr future is an asynchronous multiprocess future that will be evaluated in a background R session.

Usage

callr(..., workers = availableCores(), supervise = FALSE)

Arguments

workers

The number of processes to be available for concurrent callr futures.

supervise

(optional) Argument passed to callr::r_bg().

...

Additional arguments passed to Future().

Value

An object of class CallrFuture.

Details

callr futures rely on the callr package, which is supported on all operating systems.