/workflowr2

Analysis Of Customer Appointment And Workflow Data

Primary LanguageHTML

workflowr2

The goal of workflowr2 is to take data that overviews the number and status of customer appointments along with data of technician workflow and analyze them together and provide visuals.

Installation

You can install the released version of workflowr2 from CRAN with:

install.packages("workflowr2")

Example

This is a basic example which shows you how to solve a common problem:

library(workflowr2)
## basic example code which shows the average total vehicle seen on a Monday in the shop
MeanAppt(ApptData$MonT)
#> [1] 32.38235

Plot Example

This shows a box and whisker plot detailing the average amount of cars we have seen and the high and low extremes over a seven month period.