Get table of location-forecast dates with available and sufficient wastewater
Source:R/summarize_ww_data_quality.R
summarize_ww_data_quality.RdThis function takes in a large tibble with all the combined wastewater data flags from each of the model runs, and produces a table with a row for each model run indicating the wastewater data status for that run.
Arguments
- ww_quality_table
Data frame of flags for each run, as the row-bound output of one or more calls to
compute_ww_data_quality_table().