act_unite {bupaR} | R Documentation |
Recode two or different more activity labels two a uniform activity label
act_unite(log, ..., eventlog = deprecated())
## S3 method for class 'log'
act_unite(log, ..., eventlog = deprecated())
## S3 method for class 'grouped_log'
act_unite(log, ..., eventlog = deprecated())
log |
|
... |
A series of named character vectors. The activity labels in each vector will be replaced with the name. |
eventlog |
act_unite(log)
: Unite activity labels in event log
act_unite(grouped_log)
: Unite activity labels of event log
eventlog
, activity_id
, act_recode
Other Activity processing functions:
act_collapse()
,
act_recode()