chunkSplit | R Documentation |
Split a vector into chunks of given size
chunkSplit(x, n)
x |
vector to split |
n |
size of chunks |
list of length n
x <- seq_len(64)
n <- 8
chunkSplit(x,n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.