Convenience function to read CTD cast data from the CalCOFI database.
cc_read_cast(version = "latest", collect = TRUE, ...)Database version (default: "latest")
If TRUE, collect results into memory. If FALSE, return lazy dbplyr table (default: TRUE)
Additional filter expressions passed to dplyr::filter()
Tibble of cast data (if collect=TRUE) or lazy table
if (FALSE) { # \dontrun{
casts <- cc_read_cast()
} # }