assign_instance_id {bupaR} | R Documentation |
Assign activity instance identifier to events
Description
Apply heuristics to create an activity instance identifier, so that an eventlog can be made.
Usage
assign_instance_id(eventlog, case_id, activity_id, timestamp, lifecycle_id)
Arguments
eventlog |
data.frame with events |
case_id |
Case identifier |
activity_id |
Activity identifier |
timestamp |
Timestamp |
lifecycle_id |
Lifecycle identifier |
See Also
Other Eventlog construction helpers:
convert_timestamps()
[Package bupaR version 0.5.4 Index]