splitDataTable | R Documentation |
Efficiently split a data.table by a column in the table
splitDataTable(DT, split_factor)
DT |
Data.table to split |
split_factor |
Column to split, which can be a character vector or an integer. |
List of data.table objects, split by column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.