Learn R Programming

couplr (version 1.0.10)

parallel_lapply: Parallel lapply using future

Description

Parallel lapply using future

Usage

parallel_lapply(X, FUN, ..., parallel = FALSE)

Value

List of results

Arguments

X

Vector to iterate over

FUN

Function to apply

...

Additional arguments to FUN

parallel

Whether parallel processing is enabled