unite {bupaR}R Documentation

Unite multiple columns into one.

Description

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

tidyr

unite

Usage

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

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

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

Arguments

data

Eventlog

col

The name of the new column (character value)

...

Columns to be united.

sep

Seperator

remove

Remove original columns

Methods (by class)


[Package bupaR version 0.5.4 Index]