socdataR / wonderapi

Assists in making queries to CDC Wonder API
https://socdatar.github.io/wonderapi/
23 stars 14 forks source link

may be able to eliminate `check_and_assign()` #8

Open jtr13 opened 4 years ago

jtr13 commented 4 years ago

as_function() gains a .null argument that for character and numeric values allows you to specify what to return for null/absent elements (#110). This can be used with any map function, e.g. map_int(x, 1, .null = NA) https://github.com/tidyverse/purrr/commit/da6d0334dc522c6a5dd6b2d55000dc086b22c5fd