Description Usage Arguments Value
Takes a vector or matrix and an index vector and returns a list containing the pieces.
1 | unstack(x, inds, n)
|
x |
vector or matrix. |
inds |
vector indicating how to split x. If not provided then it will automatically attempt to split into equal parts. |
n |
indicates the number of elements to split into. Only needed when inds is not provided. |
list containing the split elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.