bupaR
bupaR copied to clipboard
Core R package for business process analysis
**Objective:** To incorporate Object-Centric Event Logs (OCEL) functionality into our existing R library, leveraging similar capabilities found in a Python library (pm4py). **Technical Details:** Purpose: Enhance data preprocessing capabilities, specifically...
I would like to combine two different event log data that have the same columns and share some common activates into one event log. With that event log I want...
@gertjanssenswillen thanks for the information on `get_flows`. I notice that the performance metrics is calculating based on calendar days, meaning it simply calculate the timestamp differences to calculate the performance...
Hi, I see you reexport `fill()` from tidyr here and also add your own method: https://github.com/bupaverse/bupaR/blob/c9b9eed4705f4e7a42d6ff378227f5615fa44150/R/fill.R#L1-L8 Unfortunately the way you re-export is incorrect: ```r #' @title Fill event log #'...