Filter a data frame to the most recent snapshot date.
Usage
FilterByLatestSnapshotDate(df, strSnapshotDate = NULL)
Arguments
- df
A data frame containing the results.
- strSnapshotDate
A character string representing the snapshot date.
Value
A data frame containing the results for the most recent snapshot date.
Examples
reportingResults_latest <- FilterByLatestSnapshotDate(reportingResults)