makeChunks | R Documentation |
Generate chunk labels for splitting data
makeChunks(ids, size = 100)
ids |
vector of IDs |
size |
chunk (group) size |
A numeric vector
# split the lowercase alphabet into 2 chunks
aggregate(letters,
by = list(makeChunks(letters, size=13)),
FUN = paste0, collapse=",")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.