Skip to contents

Recode two or different more activity labels two a uniform activity label

Usage

act_unite(log, ..., eventlog = deprecated())

# S3 method for log
act_unite(log, ..., eventlog = deprecated())

# S3 method for grouped_log
act_unite(log, ..., eventlog = deprecated())

Arguments

log

log: Object of class log or derivatives (grouped_log, eventlog, activitylog, etc.).

...

A series of named character vectors. The activity labels in each vector will be replaced with the name.

eventlog

[Deprecated]; please use log instead.

Methods (by class)

  • act_unite(log): Unite activity labels in event log

  • act_unite(grouped_log): Unite activity labels of event log

See also

eventlog, activity_id, act_recode

Other Activity processing functions: act_collapse(), act_recode()