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