Rdocumentation
powered by
Learn R Programming
tidyr (version 0.6.1)
complete_: Standard-evaluation version of
complete
.
Description
This is a S3 generic.
Usage
complete_(data, cols, fill = list(), ...)
Arguments
data
A data frame
cols
Columns to expand
fill
A named list that for each variable supplies a single value to use instead of
NA
for missing combinations.