mps_process_tracker: Process Monthly MPS Tracker (Post Analysis and PfM...

View source: R/mps_process_tracker.R

mps_process_trackerR Documentation

Process Monthly MPS Tracker (Post Analysis and PfM Commentary)

Description

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.

Usage

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
)

Arguments

my.dir

character

save.output

logical

save.dir.rds

character

save.dir.csv

character

keep.vars

logical

period.create

date


austl001/MOSLR documentation built on Aug. 17, 2022, 12:07 a.m.