Learn R Programming

couplr (version 1.0.10)

setup_parallel: Setup parallel processing with future

Description

Setup parallel processing with future

Usage

setup_parallel(parallel = FALSE, n_workers = NULL)

Value

List with original plan and whether we set up parallelization

Arguments

parallel

Logical or plan specification

n_workers

Number of workers (NULL for auto-detect)