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.
durations(log, units = c("auto", "secs", "mins", "hours", "days", "weeks"))log: Object of class log or derivatives (grouped_log, eventlog,
activitylog, etc.).
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 the units argument of difftime.