Similarly to [`tidyr:::unnest`](https://rdrr.io/cran/tidyr/man/unnest.html) `data.table` would benefits from a fast unnest function. I found - https://stackoverflow.com/questions/31430025/unlist-nested-list-columns-in-data-table - https://stackoverflow.com/questions/34692260/ungrouping-list-columns-in-data-table?noredirect=1&lq=1 - http://chingchuan-chen.github.io/posts/201610/2016-10-19-unnest-in-R-datatable.html - http://lists.r-forge.r-project.org/pipermail/datatable-help/2016-January/003099.html is there something canonical ? if not that a FR !
Similarly to
tidyr:::unnestdata.tablewould benefits from a fast unnest function.I found
is there something canonical ?
if not that a FR !