Description
Parallelize jobs based on condition
Usage
.lapply(parallel, X, FUN)
Value
list of output from input
Arguments
- parallel
enable parallel?
- X
a vector (atomic or list) or an expression object
- FUN
the function to be applied to each element of X