50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

edeaR (version 0.4.4)

traces: Traces

Description

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.

Usage

traces(eventlog, output_traces = TRUE, output_cases = FALSE)

Arguments

eventlog
The event log to be used. An object of class eventlog.
output_traces, output_cases
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.

See Also

cases, eventlog

Examples

Run this code

data(example_log)
traces(example_log)

Run the code above in your browser using DataLab