Skip to contents

This 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.

Usage

summarize_ww_data_quality(ww_quality_table)

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().

Value

a summarized table with locations, forecast dates, a wwsufficient boolean column indicating whether there is valid wastewater data and a status column indicating the reason for data (in)validity.