R/ole.R

Defines functions ole

Documented in ole

ole <-
function(lavail, lperfm, lqlty){
 le = round((lavail*lperfm*lqlty/10000), 2)
 paste0("Overall Labour Effectiveness  = ",  le,"%")
}

Try the QKPIs package in your browser

Any scripts or data that you put into this service are public.

QKPIs documentation built on Feb. 26, 2021, 5:09 p.m.