tidyr (version 0.3.0)

unite_: Standard-evaluation version of unite

Description

This is a S3 generic.

Usage

unite_(data, col, from, sep = "_", remove = TRUE)

Arguments

data
A data frame.
col
Name of new column as string.
from
Names of existing columns as character vector
sep
Separator to use between values.
remove
If TRUE, remove input columns from output data frame.