Learn R Programming

processcheckR (version 0.1.4)

starts: 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

Run this code
library(bupaR)
library(eventdataR)

# Each patients should first be registered.
patients %>%
 check_rule(starts("Registration"))

Run the code above in your browser using DataLab