Function detecting gaps in the sequence of case identifiers
detect_case_id_sequence_gaps(activitylog, details, filter_condition)
activitylog | The activity log |
---|---|
details | Boolean indicating wheter details of the results need to be shown |
filter_condition | Condition that is used to extract a subset of the activity log prior to the application of the function |
data.frame providing an overview of the case identifiers which are expected, but which are not present in the activity log
#>#>#>#>#> case present #> 1 511 FALSE #> 2 513 FALSE #> 3 514 FALSE #> 4 515 FALSE #> 5 516 FALSE# }