unite {iNZightTools}R Documentation

Unite columns in a dataset

Description

Unite columns in a dataset

Usage

unite(.data, name, col, sep)

Arguments

.data

dataset

name

name for the new united column

col

a vector of column names

sep

separator used in between the united columns

Value

united dataset

Author(s)

Yiwen He


[Package iNZightTools version 1.12.2 Index]