tidyr (version 0.6.0)

fill_: Standard-evaluation version of fill.

Description

This is a S3 generic.

Usage

fill_(data, fill_cols, .direction = c("down", "up"))

Arguments

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".