View source: R/process_tracker.R
process_tracker | R Documentation |
This function processes the performance data for each Trading Party by a given standard 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.
process_tracker( my.dir = getwd(), standard.data, iprp.plans, tracking.sheet, standard, save.output = TRUE, save.dir.rds = paste0(my.dir, "/data/rdata/perf_status_mps.Rda"), save.dir.csv = paste0(my.dir, "/data/outputs/perf_status_mps.csv"), keep.vars = TRUE, period.create = Sys.Date() %m-% months(1) )
my.dir |
character |
standard.data |
dataframe |
iprp.plans |
dataframe |
tracking.sheet |
dataframe |
standard |
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.