.lapply | R Documentation |
Parallelize jobs based on condition
.lapply(parallel, X, FUN)
parallel |
enable parallel? |
X |
a vector (atomic or list) or an expression object |
FUN |
the function to be applied to each element of X |
list of output from input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.