Filter a results dataframe so that only metrics across all timepoints
that have at least one flag are kept
Arguments
- df
A data frame containing the results.
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)