Learn R Programming

bupaR (version 0.4.4)

activity_id: Activity classifier

Description

Get the activity classifier of an object of class eventlog.

Usage

activity_id(x)

# S3 method for eventlog activity_id(x)

# S3 method for eventlog_mapping activity_id(x)

# S3 method for activitylog activity_id(x)

# S3 method for activitylog_mapping activity_id(x)

Arguments

x

An eventlog of eventlog_mapping

Methods (by class)

  • eventlog: Retrieve activity identifier from eventlog

  • eventlog_mapping: Retrieve activity identifier from eventlog mapping

  • activitylog: Retrieve activity identifier from activitylog

  • activitylog_mapping: Retrieve activity identifier from activitylog mapping

See Also

eventlog, mapping

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