traces
computes the different activity sequences of an event log
together with their absolute and relative frequencies.
Activity sequences are based on the start timestamp of activities.
traces(eventlog, output_traces = TRUE, output_cases = FALSE)
The event log to be used. An object of class
eventlog
.
Logicals specifying what should be returned, a list of traces or a list of cases. If both are TRUE, a list of both is returned.