Create an activity log starting from an event log or regular data.frame. This function is deprecated and replaced by the function
activitylog
(for dataframe) and to_activitylog
for eventlogs.
events_to_activitylog(
eventlog,
case_id,
activity_id,
activity_instance_id,
lifecycle_id,
timestamp,
resource_id,
...
)
The event log to be converted. An object of class
eventlog
or data.frame
If eventlog is data.frame, the case classifier of the event log. A character vector containing variable names of length 1 or more.
If eventlog is data.frame, the activity classifier of the event log. A character vector containing variable names of length 1 or more.
If eventlog is data.frame, the activity instance classifier of the event log.
If eventlog is data.frame, the life cycle classifier of the event log.
If eventlog is data.frame, the timestamp of the event log. Should refer to a Date or POSIXct field.
If eventlog is data.frame, the resource identifier of the event log. A character vector containing variable names of length 1 or more.
Additional argments, i.e. for fixing resource inconsistencies