unite: Unite multiple columns into one.

Description Usage Arguments Methods (by class)

Description

These objects are imported from other packages. Follow the links below to see their documentation.

tidyr

unite

Usage

1
2
3
4
5
## S3 method for class 'eventlog'
unite(data, col, ..., sep = "_", remove = T)

## S3 method for class 'grouped_eventlog'
unite(data, col, ..., sep = "_", remove = T)

Arguments

col

The name of the new column (character value)

...

Columns to be united.

sep

Seperator

remove

Remove original columns

.data

Eventlog

Methods (by class)


gertjanssenswillen/bupaR documentation built on June 27, 2019, 4:15 p.m.