R/saa.R

Defines functions saa

Documented in saa

saa <-
function(status, tgoal){
   dfr = status -  tgoal 
   pc.tm = signif((status/tgoal)*100, 2)
   paste0("The current sales is ", pc.tm ,"% of target sales with a difference of: ", dfr)
 }

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.