Learn R Programming

bupaR (version 0.4.4)

case_id: Case classifier

Description

Get the case classifier of an object of class eventlog

Usage

case_id(x)

# S3 method for eventlog case_id(x)

# S3 method for eventlog_mapping case_id(x)

# S3 method for activitylog case_id(x)

# S3 method for activitylog_mapping case_id(x)

Arguments

x

An eventlog of eventlog_mapping

Methods (by class)

  • eventlog: Retrieve case identifier from eventlog

  • eventlog_mapping: Retrieve case identifier from eventlog mapping

  • activitylog: Retrieve case identifier from activitylog

  • activitylog_mapping: Retrieve case identifier from activitylog mapping

See Also

eventlog, mapping

Other Eventlog classifiers: activity_id(), activity_instance_id(), lifecycle_ids(), lifecycle_id(), mapping(), resource_id(), timestamp()