Read full-resolution CTD scans (obs_ctd_full, supplemental)
Source: R/read_core.R
cc_read_ctd_full.RdThe supplemental full per-scan CTD table (~216M rows), same schema as obs.
The default obs already carries CTD via the thinned ctd_thin; for
full-resolution work filter CTD out of obs and union obs_ctd_full — never
sum both (ctd_thin is a subset of ctd_measurement). Attached only when the
release catalog lists it; expect a large scan.
Arguments
- ...
dplyr::filter()expressions applied toobs_ctd_full.- version
database version (default
"latest").- collect
if
TRUE(default) return a tibble; else the lazydplyr::tbl.