splitAt | R Documentation |
Function to split a vector into a list at specified positions. Adapted from http://stackoverflow.com/questions/16357962/r-split-numeric-vector-at-position
splitAt(x, pos)
x |
vetor of data |
pos |
positions to split the data vector |
a list of split data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.