colearendt / tidyjson

Tidy your JSON data in R with tidyjson
Other
182 stars 14 forks source link

Implement a better `bind_rows()` #123

Closed colearendt closed 4 years ago

colearendt commented 4 years ago

Right now we export our own bind_rows(). We should stop doing that since https://github.com/tidyverse/dplyr/issues/2457 has been addressed 😄

colearendt commented 4 years ago

Closed in #118