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()
.