Description Usage Arguments Details Value
Helper function to split a matrix into N evenly-sized chunks.
1 | array_split(data, n_chunks)
|
data |
Matrix or data.frame to split by row |
n_chunks |
[integer] Number of chunks to split the table into |
Pulled from StackOverflow: https://bit.ly/3rksN2N
List of length 'n_chunks', each containing a sub-matrix or data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.