fill_: Standard-evaluation version of fill.
Description
This is a S3 generic.
Usage
fill_(data, fill_cols, .direction = c("down", "up"))Arguments
fill_cols
Character vector of column names.
.direction
Direction in which to fill missing values. Currently
either "down" (the default) or "up".