Description Usage Arguments Value
implements block foreach loop
1 | split_foreach(FUN, ind, ..., .combine = NULL, ncores = 4, nb_split = ncores)
|
FUN |
is a function that is executed in the loop |
ind |
is a index vector |
... |
are parameters of the function FUN |
.combine |
is a rule to combine the result |
ncores |
is a nuber of cores |
nb_split |
is a nuber of splits |
The result of the FUN function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.