Description Usage Arguments See Also Examples
Check if cases start with an activity
1 | 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
1 2 3 4 5 6 | library(bupaR)
library(eventdataR)
# Each patients should first be registered.
patients %>%
check_rule(starts("Registration"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.