colearendt / tidyjson

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

Tidyr 1.0.0 new interface #112

Closed Dynortice closed 4 years ago

Dynortice commented 4 years ago

Function gather_factory uses tidyr::unnest(..name, ..json, .drop = FALSE) but now it returning warning, so it's must be as tidyr::unnest(c(..name, ..json))

colearendt commented 4 years ago

Taken care of in #113