unite {iNZightTools} | R Documentation |
Unite columns in a dataset
unite(.data, name, col, sep)
.data |
dataset |
name |
name for the new united column |
col |
a vector of column names |
sep |
separator used in between the united columns |
united dataset
Yiwen He