View source: R/mps_create_tracker.R
mps_create_tracker | R Documentation |
Compares the performance across MPS for each Trading Party by MPS and compares IPRP performance versus planned milestones. This is done prior to analysis and Pfm commentary being added.
mps_create_tracker( period = Sys.Date() %m-% months(1), my.dir = getwd(), conf.loc = NULL, rda.outputs = paste0(my.dir, "/data/rdata"), dir.mps.tracking = paste0(my.dir, "/data/tracking/mps"), StandardKey = "MPS", period.only = TRUE, save.output = TRUE, keep.vars = FALSE, iprp.list = NULL, DataBase = TRUE, filter.category = c("IPRP: On-track", "PRP: On-track", "IPRP: Above plan", "PRP: Above plan", "Normal monitoring") )
period |
date |
my.dir |
character |
rda.outputs |
character |
dir.mps.tracking |
character |
period.only |
logical |
save.output |
logical |
keep.vars |
logical |
iprp.list |
character |
filter.category |
character |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.