Rdocumentation
powered by
Learn R Programming
tidyr (version 0.6.1)
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.