Description Usage Arguments Value Examples
Internal function to be used by mapply for splitting a data.frame/data.table by row using a vector of index values
1 | .splitDFbyVectorList(df, vectorList)
|
df |
a data frame to be split by row index |
vectorList |
rows to return |
retuns a data.frame/data.table subset
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.