durations {bupaR} | R Documentation |
Durations
Description
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 class log 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 the units argument of difftime .
|
eventlog |
; please use log instead.
|
[Package
bupaR version 0.5.3
Index]