| act_unite {bupaR} | R Documentation | 
Unite activity labels
Description
Recode two or different more activity labels two a uniform activity label
Usage
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())
Arguments
| log | 
 | 
| ... | A series of named character vectors. The activity labels in each vector will be replaced with the name. | 
| eventlog | 
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()
[Package bupaR version 0.5.4 Index]