Learn R Programming

iNZightTools (version 1.13.0)

unite: Unite columns in a dataset

Description

Unite columns in a dataset

Usage

unite(.data, name, col, sep)

Value

united dataset

Arguments

.data

dataset

name

name for the new united column

col

a vector of column names

sep

separator used in between the united columns

Author

Yiwen He