Computes the throughput times of each case. Throughput time is defined as the interval between the start of the first event and the completion of the last event.
Usage
durations(
log,
units = c("auto", "secs", "mins", "hours", "days", "weeks"),
eventlog = deprecated()
)
Arguments
- log
log
: Object of classlog
or derivatives (grouped_log
,eventlog
,activitylog
, etc.).- units
character
(default "auto"): The time unit in which the throughput times should be reported. Should be one of the following values: "auto" (default), "secs", "mins", "hours", "days", "weeks". See also theunits
argument ofdifftime
.- eventlog