Business Process Analytics in R
Gert Janssenswillen
Creator of bupaR
Activity instance = occurence of an activity
event_data %>%
eventlog(case_id = "patient",
activity_id = "handling",
activity_instance_id = "handling_id",
timestamp = "time",
lifecycle_id = "registration_type",
resource = "employee")
Business Process Analytics in R