to_chunk | R Documentation |
This unexported helper function creates a list with contents of a vector spit into chunks. The user can specify how large each chunk should be with the "size" argument.
to_chunk(x, size)
x |
Vector to be split into chunks as large as the "size" specified |
size |
Width of the chunks for "x" vector |
A list with as many elements as the number of chunks created. Each element will include vector with a length equal to the "size" specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.