Learn R Programming

edeaR (version 0.4.4)

eventlog: Eventlog

Description

A function to instantiate an object of class eventlog by specifying a data.frame or tbl_df and appropriate case, activity and timestamp classifiers.

Usage

eventlog(eventlog, case_id = NULL, activity_id = NULL, activity_instance_id = NULL, lifecycle_id = NULL, timestamp = NULL, resource_id = NULL)

Arguments

eventlog
The data object to be used as event log. This can be a data.frame or tbl_df.
case_id
The case classifier of the event log.
activity_id
The activity classifier of the event log.
activity_instance_id
The activity instance classifier of the event log.
lifecycle_id
The life cycle classifier of the event log.
timestamp
The timestamp of the event log.
resource_id
The resource identifier of the event log.

See Also

case_id, activity_id, activity_instance_id,lifecycle_id, timestamp