Validate user-provided wastewater concentration data
Usage
validate_ww_conc_data(
  ww_data,
  conc_col_name,
  lod_col_name,
  call = rlang::caller_env()
)Arguments
- ww_data
- tibble containing the input wastewater data 
- conc_col_name
- string indicating the name of the column containing the concentration measurements in the wastewater data 
- lod_col_name
- string indicating the name of the column containing the limit of detection for each measurement in the wastewater data 
- call
- Calling environment to be passed to - cli::cli_abort()for traceback.