Unite

R

R tidyr - unite() Columns into One

The unite() function from the tidyr package merges multiple columns into one. The basic syntax requires the data frame, the name of the new column, and the columns to combine.

Read more →