Re-runs data quality checks on a QWAdata object and warns about any issues found. Checks include:
CWT estimates present for all images.
Dating validity (undated, duplicate, future years; and if
metais provided, years afteroutmost_year).Flag columns (
incomplete_ring,missing_ring,duplicate_ring,exclude_issues) are present, non-NA, and internally consistent (e.g.exclude_issuesagrees with the flag columns givenexclude_mode).
Usage
check_QWAdata(x, meta = NULL, exclude_mode = c("either", "incomplete_only"))Value
TRUE, invisibly. Warnings are issued for any problems found;
errors are thrown for structural issues.