View source: R/cluster_utils.R
split_dirs | R Documentation |
Function to split vector of with names of directories into chunks of specific size
split_dirs(dirs, size)
dirs |
Vector with names of directories |
size |
Size to divide vector. |
If we want to split a vector of 15 elements into chunks of 10 elements, the first object in the list will have 10 element, and the second object in the list will have 5 elements.
A list or a list of lists of total number of directories split in the value for size.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.