View source: R/mps_process_tracker.R
mps_process_tracker | R Documentation |
This function processes the MPS performance data for each Trading Party by MPS after the analysis and PfM Commentary has been added. This will then be used to render the PfM and Monthly Performance Reports created each month.
mps_process_tracker( my.dir = getwd(), conf.loc = NULL, save.output = TRUE, StandardKey = "MPS", save.dir.rds = paste0(my.dir, "/data/rdata/perf_status_", tolower(StandardKey), ".Rda"), save.dir.csv = paste0(my.dir, "/data/outputs/perf_status_", tolower(StandardKey), ".csv"), keep.vars = TRUE, period.create = Sys.Date() %m-% months(1), DataBase = TRUE )
my.dir |
character |
save.output |
logical |
save.dir.rds |
character |
save.dir.csv |
character |
keep.vars |
logical |
period.create |
date |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.