View source: R/ops_process_tracker.R
ops_process_tracker | R Documentation |
This function processes the OPS performance data for each Trading Party by OPS 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.
ops_process_tracker( my.dir = getwd(), conf.loc = NULL, save.output = TRUE, save.dir.rds = paste0(my.dir, "/data/rdata/perf_status_ops.Rda"), save.dir.csv = paste0(my.dir, "/data/outputs/perf_status_ops.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.