View source: R/calculate_queuing_times.R
calculate_queuing_times | R Documentation |
calculate_queuing_times(
log,
units = c("auto", "secs", "mins", "hours", "days", "weeks"),
eventlog = deprecated()
)
## S3 method for class 'eventlog'
calculate_queuing_times(
log,
units = c("auto", "secs", "mins", "hours", "days", "weeks"),
eventlog = deprecated()
)
## S3 method for class 'activitylog'
calculate_queuing_times(
log,
units = c("auto", "secs", "mins", "hours", "days", "weeks"),
eventlog = deprecated()
)
log |
|
units |
|
eventlog |
Returns a list of all the activity instances, with the time they started, and the time since they were queued. Notice that this does not take into account any process model notion! The time since they are queued is the completion time of the previous activity in the log.
calculate_queuing_times(eventlog)
: Calculate queueing times for eventlog
and grouped_eventlog
.
calculate_queuing_times(activitylog)
: Calculate queueing times for activitylog
and grouped_activitylog
.
Swennen, M. (2018). Using Event Log Knowledge to Support Operational Exellence Techniques (Doctoral dissertation). Hasselt University.
difftime
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.