You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) tidyverse/purrr@da6d033
The text was updated successfully, but these errors were encountered:
as_function()
gains a.null
argument that for character and numericvalues 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)
tidyverse/purrr@da6d033
The text was updated successfully, but these errors were encountered: