tidyverse / funs

Collection of low-level functions for working with vctrs
Other
34 stars 7 forks source link

Make sure all vector tidyr functions have a pure vector equivalent #11

Closed hadley closed 4 years ago

hadley commented 7 years ago

Like fill() and replace_na()

cc @jennybc

hadley commented 4 years ago

replace_na() is just coalesce(), fill is #41