starts {processcheckR} | R Documentation |
Starts
Description
Check if cases start with the specified activity.
Usage
starts(activity)
Arguments
activity |
|
See Also
Other Ordering rules:
ends()
,
precedence()
,
responded_existence()
,
response()
,
succession()
Examples
library(bupaR)
library(eventdataR)
# Each patients should first be registered.
patients %>%
check_rule(starts("Registration"))
[Package processcheckR version 0.1.4 Index]