Title: | Building Process Monitoring Dashboards |
---|---|
Description: | Functions for constructing dashboards for business process monitoring. Building on the event log objects class from package 'bupaR'. Allows the use to assemble custom shiny dashboards based on process data. |
Authors: | Gert Janssenswillen [aut, cre] |
Maintainer: | Gert Janssenswillen <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2025-02-09 05:15:52 UTC |
Source: | https://github.com/bupaverse/processmonitr |
Activity Dashboard
activity_dashboard(eventlog)
activity_dashboard(eventlog)
eventlog |
Event log to be used for dashboard |
Performance Dashboard
performance_dashboard(eventlog)
performance_dashboard(eventlog)
eventlog |
Event log to be used for dashboard |
Functions for constructing dashboards for business process monitoring. Building on the event log objects class from package bupaR. Allows the use to assemble custom shiny dashboards based on process data.
Resource Dashboard
resource_dashboard(eventlog)
resource_dashboard(eventlog)
eventlog |
Event log to be used for dashboard |
Rework Dashboard
rework_dashboard(eventlog)
rework_dashboard(eventlog)
eventlog |
Event log to be used for dashboard |