Description Usage Arguments Details Value See Also
This function is a modified copy of parallel::parLapplyLB  (v3.2.4)
1  | parLapplyLBc(cl = NULL, X, fun, ..., chunksize = 10L)
 | 
cl | 
 A cluster object, created by this package or by package snow. If   | 
X | 
 A vector (atomic or list).  | 
fun | 
 A function or character string naming a function.  | 
... | 
 Additional arguments to pass to   | 
chunksize | 
 An integer value. A suggestion on how large the number of tasks should be that are sent per job to a worker.  | 
Bug report is submitted under # 16792
A list of the same length as X each with the returned value of fun.
parallel::parLapplyLB and parallel::parLapply
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.