Learn R Programming

edeaR (version 0.4.4)

cases: Cases

Description

Provides a fine-grained summary of an event log with characteristics for each case: the number of events, the number of activity types, the timespan, the trace, the duration and the first and last event type.

Usage

cases(eventlog)

Arguments

eventlog
The event log to be used. An object of class eventlog.

Examples

Run this code


data(example_log)
cases(example_log)

Run the code above in your browser using DataLab