cases: Cases

View source: R/cases.r

casesR Documentation

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(log, ..., eventlog = deprecated())

## S3 method for class 'log'
cases(log, ..., eventlog = deprecated())

## S3 method for class 'eventlog'
cases(log, ..., eventlog = deprecated())

## S3 method for class 'activitylog'
cases(log, ..., eventlog = deprecated())

Arguments

log

log: Object of class log or derivatives (grouped_log, eventlog, activitylog, etc.).

...

Other (optional) arguments passed on to methods. See durations for more options.

eventlog

[Deprecated]; please use log instead.

Methods (by class)

  • cases(log): Construct list of cases in a log.

  • cases(eventlog): Construct list of cases in an eventlog.

  • cases(activitylog): Construct list of cases in a activitylog.

See Also

case_list,durations


bupaR documentation built on April 3, 2023, 5:23 p.m.