tochunks | R Documentation |
Split a vector into the chunks
tochunks(x, nchunks)
x |
A vector. |
nchunks |
Number of chunks. |
x <- 1:10
names(x) <- letters[1:10]
tochunks(x, nchunks = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.