PWFSLSmoke (version 1.2.100)

wrcc_qualityControl: Apply Quality Control to raw WRCC tibble

Description

Various QC steps are taken to clean up the incoming raw tibble including:

  1. Convert numeric missing value flags to NA.

  2. Remove measurement records with values outside of valid ranges.

See the individual wrcc_~QualityControl() functions for details.

Usage

wrcc_qualityControl(tbl, ...)

Arguments

tbl

single site tibble created by wrcc_downloadData()

...

additional parameters are passed to type-specific QC functions

Value

Cleaned up tibble of WRCC monitor data.

See Also

wrcc_EBAMQualityControl

wrcc_ESAMQualityControl