Filters cases based on the presence (or absence) of activities
filter_activity_presence(eventlog, activities = NULL, method = c("all",
"one_of", "none"))ifilter_activity_presence(eventlog)
The event log to be used. An object of class
eventlog
.
A vector of activities to withhold.
Filter method. If "all", each of the activities should be present. If "one_of", at least one of them should be present. If "none", none of the activities are allowed to occur in the filtered traces.