starts {processcheckR}R Documentation

Starts

Description

Check if cases start with the specified activity.

Usage

starts(activity)

Arguments

activity

character: The start activity. This should be an activity of the log supplied to check_rule.

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]