chunk | R Documentation |
In case of shuffling and vectors that cannot be chunked evenly, it is chosen randomly which levels / chunks will receive 1 element less. If you do not shuffle, always the last chunks will receive 1 element less.
chunk(x, chunk.size, n.chunks, props, shuffle = FALSE)
x |
[ANY] |
chunk.size |
[ |
n.chunks |
[ |
props |
[ |
shuffle |
[ |
[unnamed list
] of chunks.
xs = 1:10 chunk(xs, chunk.size = 3) chunk(xs, n.chunks = 2) chunk(xs, n.chunks = 2, shuffle = TRUE) chunk(xs, props = c(7, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.