View source: R/utility_functions.R
split_vector | R Documentation |
Split a Vector
split_vector(x, max_length)
x |
a vector |
max_length |
the maximum length of the returned vectors |
This function splits a vector so that it doesn't exceed a maximum length
a list of split x where each element does not exceed the length of max_length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.