Check if cases end with an activity.
Check if cases end with an activity.
ends(activity)
activity |
The end activity. Character vector of length one. This should be an activity of the event log supplied to 'check_rule'. |
Other Declarative Rules:
absent()
,
and()
,
contains_between()
,
contains_exactly()
,
contains()
,
precedence()
,
responded_existence()
,
response()
,
starts()
,
succession()
,
xor()
library(bupaR) library(eventdataR) # A patient's last activity should be the Check-out patients %>% check_rule(ends("Check-out"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.