detect_overlaps: Detect overlapping acitivity instances

View source: R/detect_overlaps.R

detect_overlapsR Documentation

Detect overlapping acitivity instances

Description

Detect overlapping acitivity instances

Usage

detect_overlaps(activitylog, details, level_of_aggregation, filter_condition)

Arguments

activitylog

The activity log

details

Boolean indicating wheter details of the results need to be shown

level_of_aggregation

Look for overlapping activity instances within a case or within a resource.

filter_condition

Condition that is used to extract a subset of the activity log prior to the application of the function

Value

tbl_df providing an overview of activities which are performed in parallel by a resource, together with the occurrence frequency of the overlap and the average time overlap in minutes

Examples


data("hospital_actlog")
detect_overlaps(activitylog = hospital_actlog)


daqapo documentation built on July 14, 2022, 9:07 a.m.