Description Usage Arguments Details Value Methods (by class) See Also
View source: R/filter_lifecycle.R
Filters the log based on the life cycle id
| 1 2 3 4 5 6 7 8 9 10 11 | filter_lifecycle(eventlog, lifecycle, reverse, ...)
## S3 method for class 'eventlog'
filter_lifecycle(eventlog, lifecycle, reverse = FALSE,
  ...)
## S3 method for class 'grouped_eventlog'
filter_lifecycle(eventlog, lifecycle,
  reverse = FALSE, ...)
ifilter_lifecycle(eventlog)
 | 
| eventlog | The dataset to be used. Should be a (grouped) eventlog object. | 
| lifecycle | Character vector containing one or more life cycle identifiers. | 
| reverse | Logical, indicating whether the selection should be reversed. | 
| ... | Deprecated arguments. | 
The method filter_lifecycle can be used to filter on life cycle identifiers. It has an lifecycle argument, to which a vector of identifiers can be given. The selection can be negated with the reverse argument.
When given an eventlog, it will return a filtered eventlog. When given a grouped eventlog, the filter will be applied in a stratified way (i.e. each separately for each group). The returned eventlog will be grouped on the same variables as the original event log.
eventlog: Filter eventlog on life cycle labels
grouped_eventlog: Filter grouped eventlog on life cycle labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.