unite_ {tidyr} | R Documentation |
unite
This is a S3 generic.
unite_(data, col, from, sep = "_", remove = TRUE)
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 |