idle_time: Metric: Idle Time

Description Usage Arguments Details Methods (by class) References

View source: R/idle_time.R

Description

Calculates the amount of time that no activity occurs.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
idle_time(eventlog, level, append, append_column, units, ...)

## S3 method for class 'eventlog'
idle_time(eventlog, level = c("log", "case", "trace",
  "resource"), append = FALSE, append_column = NULL,
  units = c("days", "hours", "mins", "secs", "weeks"), sort = TRUE,
  ...)

## S3 method for class 'grouped_eventlog'
idle_time(eventlog, level = c("log", "case",
  "trace", "resource"), append = FALSE, append_column = NULL,
  units = c("days", "hours", "mins", "secs", "weeks"), sort = TRUE,
  ...)

Arguments

eventlog

The dataset to be used. Should be a (grouped) eventlog object. eventlog.

level

Level of granularity for the analysis: log, case, trace, or resource. For more information, see vignette("metrics", "edeaR")

append

Logical, indicating whether to append results to original event log. Ignored when level is log or trace.

append_column

Which of the output columns to append to log, if append = T. Default column depends on chosen level.

units

Time units to be used

...

Deprecated arguments

sort

Sort by decreasing idle time. Defaults to true. Only relevant voor trace and resource level.

Details

Methods (by class)

References

Swennen, M. (2018). Using Event Log Knowledge to Support Operational Exellence Techniques (Doctoral dissertation). Hasselt University.


gertjanssenswillen/edeaR documentation built on July 22, 2019, 7:08 p.m.