markfairbanks / tidytable

Tidy interface to 'data.table'
https://markfairbanks.github.io/tidytable/
Other
449 stars 33 forks source link

exposing list_flatten #797

Closed bnicenboim closed 8 months ago

bnicenboim commented 8 months ago

Could you expose list_flatten? It would be nice to avoid a dependency to purrr.

markfairbanks commented 8 months ago

Feel free to just copy the code from my repo and use list_flatten() where you need it. I've decided I'm not going to export any more purrr functions from tidytable. There are just way too many for me to recreate all of them. In hindsight I probably shouldn't have exported map() functions either but they're going to stay at this point.