Description Usage Arguments Details Value References See Also Examples
Analogous function for nest
and unnest
in tidyr
1 2 3 |
data |
data.table, nested or unnested |
... |
The variable for nest group |
col |
The variable of nested data to be unnest |
In the nest_dt
, the data would be nested to a column named 'ndt',
which is short for nested data.table.
data.table, nested or unnested
https://www.r-bloggers.com/much-faster-unnesting-with-data-table/
https://stackoverflow.com/questions/25430986/create-nested-data-tables-by-collapsing-rows-into-new-data-tables
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.