Filter a results dataframe so that only metrics across all timepoints
that have at least one flag are kept
Usage
FilterByFlags(dfResults, bCurrentlyFlagged = FALSE)
Arguments
- dfResults
data.frame
Analysis results data.
- bCurrentlyFlagged
logical
Include risk signals flagged in most recent snapshot?
Default: FALSE
.
Value
A data frame containing the results with at least one flagged record over time for an
group's individual metric
Examples
reportingResults_flags <- FilterByFlags(reportingResults)