make_chunks | R Documentation |
Create chunks from a vector with a certain number of elements per chunk OR create a certain number of chunks from a vector
make_chunks(
vec,
n = 100,
max_per_chunk = TRUE,
num_chunk = !max_per_chunk,
seed = 10
)
A list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.