Quickly unnest data tables, particularly those nested by dt_nest().
Usage
dt_unnest(dt_, col, ...)
Arguments
dt_
the data table to unnest
col
the column to unnest
...
any of the other variables in the nested table that you want to keep in the unnested table. Bare variable names. If none are provided, all variables are kept.