Description Usage Arguments Details Value Author(s) See Also Examples
Tools to distribute objects across nodes or by length.
1 2 | splitIndicesByLength(x, lg, balance=FALSE)
splitIndicesByNode(x)
|
x |
object to be split |
lg |
length |
balance |
logical. Currently ignored |
splitIndicesByLength
splits x
in groups of length lg
.
splitIndicesByNode
splits x
in N groups (where N is the
number of compute nodes available).
List.
Benilton S Carvalho
split
1 2 3 4 | x <- 1:100
splitIndicesByLength(x, 8)
splitIndicesByLength(x, 8, balance=TRUE)
splitIndicesByNode(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.