complete_ {tidyr}R Documentation

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.


[Package tidyr version 0.6.0 Index]