fill_ {tidyr} | R Documentation |
fill
.This is a S3 generic.
fill_(data, fill_cols, .direction = c("down", "up"))
data |
A data frame. |
fill_cols |
Character vector of column names. |
.direction |
Direction in which to fill missing values. Currently either "down" (the default) or "up". |