Unite Columns of a Table in a dm
object.
dm_unite.Rd
Unite Columns of a Table in a dm
object.
Arguments
- adam_db
(
dm
) object containing theADaM
datasets- dataset
(
string
) the name of a table in theadam_db
object.- cols
(
character
) the name of the columns to unite.- sep
(
string
) the separator for the new column name.- new
(
string
) the name of the new column. IfNULL
the concatenation ofcols
separated bysep
is used.