tidyverse / funs

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

Implement vec_fill #41

Open hadley opened 4 years ago

hadley commented 4 years ago

Single vector component of tidyr::fill()

DavisVaughan commented 3 years ago

vctrs::vec_fill_missing()

hadley commented 3 years ago

Biggest challenge will be coming up with a name.

njtierney commented 3 years ago

some thoughts:

vec_fill_empty() vec_fill_blanks() vec_fill_na()