
Download and Process All Catch Surveys (WCS + KEFS)
ingest_landings.Rd
DEPRECATED: This function is maintained for backward compatibility but will be removed
in a future version. Use ingest_wcs_surveys()
and ingest_kefs_surveys()
separately instead.
This function ingests both WCS and KEFS catch surveys in a single call, which creates coupling between data sources. If one source fails, both fail.
Usage
ingest_landings(log_threshold = logger::DEBUG)
Examples
if (FALSE) { # \dontrun{
# Old way (deprecated):
ingest_landings()
# New way (preferred):
ingest_wcs_surveys()
ingest_kefs_surveys()
} # }