Package 'processmonitR'

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

Help Index


Activity Dashboard

Description

Activity Dashboard

Usage

activity_dashboard(eventlog)

Arguments

eventlog

Event log to be used for dashboard


Performance Dashboard

Description

Performance Dashboard

Usage

performance_dashboard(eventlog)

Arguments

eventlog

Event log to be used for dashboard


processmonitR - Building dashboards for process monitoring in R

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.


Resource Dashboard

Description

Resource Dashboard

Usage

resource_dashboard(eventlog)

Arguments

eventlog

Event log to be used for dashboard


Rework Dashboard

Description

Rework Dashboard

Usage

rework_dashboard(eventlog)

Arguments

eventlog

Event log to be used for dashboard