Skip to contents

Construct list of cases

Usage

case_list(log, .keep_trace_list)

# S3 method for class 'eventlog'
case_list(log, .keep_trace_list = FALSE)

# S3 method for class 'activitylog'
case_list(log, .keep_trace_list = FALSE)

Arguments

log

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

.keep_trace_list

Logical (default is FALSE): If TRUE, keeps the trace as a list. If FALSE, only the concatenated string representation of the trace is kept.

Methods (by class)

  • case_list(eventlog): Return case list

  • case_list(activitylog): Return case list