Learn R Programming

bupaR (version 1.0.0)

case_list: Case list

Description

Construct list of cases

Usage

case_list(log, .keep_trace_list)

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

# S3 method for 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