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

Fix var type issue in dt_unnest #15

Closed TysonStanley closed 4 years ago

TysonStanley commented 4 years ago

Closes #14

Fixes issue with variables all turning to <char> due to the use of cbind() and do.call().