act_recode | R Documentation |
Recode one or more activity labels through specifying their old and new label
act_recode(log, ..., eventlog = deprecated())
## S3 method for class 'log'
act_recode(log, ..., eventlog = deprecated())
## S3 method for class 'grouped_log'
act_recode(log, ..., eventlog = deprecated())
log |
|
... |
A sequence of named character vectors of length one where the names gives the new label and the value gives the old label. Labels not mentioned will be left unchanged. |
eventlog |
act_recode(log)
: Recode activity labels of event log
act_recode(grouped_log)
: Recode activity labels of event log
eventlog
, activity_id
, act_unite
Other Activity processing functions:
act_collapse()
,
act_unite()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.