Learn R Programming

edeaR (version 0.4.4)

durations: 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(eventlog, units = "days")

Arguments

eventlog
The event log to be used. An object of class eventlog.
units
The time unit in which the throughput times should be reported.

Examples

Run this code


data(example_log)
durations(example_log)

Run the code above in your browser using DataLab