Description Usage Arguments Examples
This function is pretty useful to use together with parallel computing, e.g. when using clusterApply
1 | split_into_n(xx, n)
|
xx |
a vector to be split |
n |
# of group we want xx to be split into |
1 2 | split_into_n(1:100,10)
split_into_n(letters[1:20],3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.