n_chunks | R Documentation |
Splits in n chunks
n_chunks(d, n, ...)
d |
data |
n |
number of chunks |
... |
arguments passed to internal |
List of chunks
lengths(n_chunks(d=seq_len(100),n=7,even=TRUE))
lengths(n_chunks(d=seq_len(100),n=7,even=FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.