ops_create_tracker: Create Monthly OPS Tracker (Pre Analysis and PfM Commentary)

View source: R/ops_create_tracker.R

ops_create_trackerR Documentation

Create Monthly OPS Tracker (Pre Analysis and PfM Commentary)

Description

Compares the performance across OPS for each Trading Party by OPS and compares IPRP performance versus planned milestones. This is done prior to analysis and Pfm commentary being added.

Usage

ops_create_tracker(
  period = Sys.Date() %m-% months(1),
  my.dir = getwd(),
  conf.loc = NULL,
  rda.outputs = paste0(my.dir, "/data/rdata"),
  dir.ops.tracking = paste0(my.dir, "/data/tracking/ops"),
  period.only = TRUE,
  save.output = TRUE,
  filter.category = c("IPRP: On-track", "PRP: On-track", "IPRP: Above plan",
    "PRP: Above plan", "Normal monitoring"),
  keep.vars = FALSE,
  DataBase = TRUE
)

Arguments

period

date

my.dir

character

rda.outputs

character

dir.ops.tracking

character

period.only

logical

save.output

logical

filter.category

character

keep.vars

logical


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