TysonStanley / tidyfast

Fast and efficient alternatives to tidyr functions built on data.table #rdatatable #rstats
https://tysonbarrett.com/tidyfast/
187 stars 4 forks source link

dt_unnest variable types of other variables #14

Closed TysonStanley closed 4 years ago

TysonStanley commented 4 years ago

Currently, dt_unnest() seems to make all other columns that are not unnested into <char> types. It should return just as they were.