Recently, I tried to get rid of tidyverse in every aspect and see if data.table could do the same more efficiently. I know that now data.table supports functions like nest and unnest in tidyr. However, could I find an example for all the data.table way to run examples in tidyr::nest and tidyr::chop? Any hints? Thanks.
Recently, I tried to get rid of tidyverse in every aspect and see if
data.tablecould do the same more efficiently. I know that nowdata.tablesupports functions likenestandunnestin tidyr. However, could I find an example for all the data.table way to run examples intidyr::nestandtidyr::chop? Any hints? Thanks.