colearendt / tidyjson

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

Use .null argument in map to handle missing object keys #22

Open jeremystan opened 8 years ago

jeremystan commented 8 years ago

Should cover package internals as well as purrr vignette.

jeremystan commented 8 years ago

https://github.com/hadley/purrr/issues/231 fixed in purrr version "0.2.2.9000"

jeremystan commented 8 years ago

Cannot use .null in spread_values until this is fixed: https://github.com/hadley/purrr/issues/233