View source: R/matching_parallel.R
| parallel_lapply | R Documentation |
Parallel lapply using future
parallel_lapply(X, FUN, ..., parallel = FALSE)
X |
Vector to iterate over |
FUN |
Function to apply |
... |
Additional arguments to FUN |
parallel |
Whether parallel processing is enabled |
List of results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.