Convenience function to read sampling site data from the CalCOFI database.

cc_read_site(..., version = "latest", collect = TRUE)

Arguments

...

Additional filter expressions passed to dplyr::filter()

version

Database version (default: "latest")

collect

If TRUE, collect results into memory. If FALSE, return lazy dbplyr table (default: TRUE)

Value

Tibble of site data (if collect=TRUE) or lazy table

Examples

if (FALSE) { # \dontrun{
sites <- cc_read_site()
} # }