.lapply {DataExplorer} | R Documentation |
Parallelization
Description
Parallelize jobs based on condition
Usage
.lapply(parallel, X, FUN)
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 |
Value
list of output from input
[Package DataExplorer version 0.8.3 Index]