Closed jonthegeek closed 1 month ago
Fix output classes in MakeMetricTable(). Update and standardize Report_MetricTable() and Report_FlagOverTime() coloration.
MakeMetricTable()
Report_FlagOverTime( reportingResults, reportingMetrics )
Report_MetricTable( dfResults = reportingResults %>% dplyr::filter( .data$MetricID == "kri0001" ) %>% FilterByLatestSnapshotDate(), dfGroups = reportingGroups ) # For comparison MakeMetricTable( dfResults = reportingResults %>% dplyr::filter( .data$MetricID == "kri0001" ) %>% FilterByLatestSnapshotDate(), dfGroups = reportingGroups ) %>% tibble::as_tibble()
Overview
Fix output classes in
MakeMetricTable()
. Update and standardize Report_MetricTable() and Report_FlagOverTime() coloration.Test Notes/Sample Code
Connected Issues