Learn R Programming

daqapo (version 0.3.2)

detect_overlaps: Detect overlapping acitivity instances

Description

Detect overlapping acitivity instances

Usage

detect_overlaps(activitylog, details, level_of_aggregation, filter_condition)

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

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

Examples

Run this code
# \donttest{
data("hospital_actlog")
detect_overlaps(activitylog = hospital_actlog)
# }

Run the code above in your browser using DataLab