mps_create_tracker: Create Monthly MPS Tracker (Pre Analysis and PfM Commentary)

View source: R/mps_create_tracker.R

mps_create_trackerR Documentation

Create Monthly MPS Tracker (Pre Analysis and PfM Commentary)

Description

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.

Usage

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")
)

Arguments

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


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