starts: Starts

View source: R/starts.R

startsR 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"))


processcheckR documentation built on Oct. 3, 2022, 5:05 p.m.