Check if cases start with an activity
Check if cases start with an activity
starts(activity)
activity |
The start 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()
,
ends()
,
precedence()
,
responded_existence()
,
response()
,
succession()
,
xor()
library(bupaR) library(eventdataR) # Each patients should first be registered. patients %>% check_rule(starts("Registration"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.