Skip to contents

Returns a tibble containing a list of all life cycle types in the log, with their absolute and relative frequency (# events).

Usage

lifecycles(log, eventlog = deprecated())

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

# S3 method for class 'grouped_eventlog'
lifecycles(log, eventlog = deprecated())

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

# S3 method for class 'grouped_activitylog'
lifecycles(log, eventlog = deprecated())

Arguments

log

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

eventlog

[Deprecated]; please use log instead.

Methods (by class)

  • lifecycles(eventlog): Generate lifecycle list for an eventlog.

  • lifecycles(grouped_eventlog): Generate lifecycle list for a grouped_eventlog.

  • lifecycles(activitylog): Generate lifecycle list for an activitylog.

  • lifecycles(grouped_activitylog): Generate lifecycle list for an grouped_activitylog.

See also