parallel_lapply: Parallel lapply using future

View source: R/matching_parallel.R

parallel_lapplyR Documentation

Parallel lapply using future

Description

Parallel lapply using future

Usage

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

Arguments

X

Vector to iterate over

FUN

Function to apply

...

Additional arguments to FUN

parallel

Whether parallel processing is enabled

Value

List of results


couplr documentation built on Jan. 20, 2026, 5:07 p.m.