uniteColumns {campsis} | R Documentation |
Unite the given column names.
Description
Unite the given column names.
Usage
uniteColumns(x, columns, colname, factor = TRUE)
Arguments
x |
data frame, CAMPSIS output |
columns |
columns to unify |
colname |
destination column name |
factor |
factor the destination column |
Value
a data frame
[Package campsis version 1.5.2 Index]