Skip to contents

Validates Wildlife Conservation Society (WCS) survey data by checking for inconsistencies in survey duration, catches, lengths, and market data. The function preprocesses surveys, performs validations, logs the process, and uploads the validated data to cloud storage.

Usage

validate_wcs_surveys(log_threshold = logger::DEBUG)

Arguments

log_threshold

The logging level used as a threshold for the logger package, which controls the verbosity of logging output.

Value

None; the function is used for its side effects, which include data validation and uploading validated data to cloud storage.

Examples

if (FALSE) { # \dontrun{
validate_wcs_surveys(log_threshold = logger::INFO)
} # }