powered by
Function detecting gaps in the sequence of case identifiers
detect_case_id_sequence_gaps(activitylog, details, filter_condition)
data.frame providing an overview of the case identifiers which are expected, but which are not present in the activity log
The activity log
Boolean indicating wheter details of the results need to be shown
Condition that is used to extract a subset of the activity log prior to the application of the function
# \donttest{ data("hospital_actlog") detect_case_id_sequence_gaps(activitylog = hospital_actlog) # }
Run the code above in your browser using DataLab