powered by
Check if cases start with the specified activity.
starts(activity)
character: The start activity. This should be an activity of the log supplied to check_rule.
character
check_rule
Other Ordering rules: ends(), precedence(), responded_existence(), response(), succession()
ends()
precedence()
responded_existence()
response()
succession()
library(bupaR) library(eventdataR) # Each patients should first be registered. patients %>% check_rule(starts("Registration"))
Run the code above in your browser using DataLab