detect_case_id_sequence_gaps {daqapo} | R Documentation |
Detect gaps in case_id
Description
Function detecting gaps in the sequence of case identifiers
Usage
detect_case_id_sequence_gaps(activitylog, details, filter_condition)
Arguments
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 |
Value
data.frame providing an overview of the case identifiers which are expected, but which are not present in the activity log
Examples
data("hospital_actlog")
detect_case_id_sequence_gaps(activitylog = hospital_actlog)
[Package daqapo version 0.3.2 Index]