unite_: Standard-evaluation version of unite
Description
This is a S3 generic.
Usage
unite_(data, col, from, sep = "_", remove = TRUE)
Arguments
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.