Renders an interactive DT::datatable() of every table and column in a
CalCOFI database release, with descriptions and units sourced from the
release metadata.json sidecar at
gs://calcofi-db/ducklake/releases/{version}/metadata.json. Column data
types come from DuckDB information_schema.columns.
cc_db_catalog(tables = NULL, version = "latest")A DT::datatable() of tables and columns.
For a richer point-and-click view with ERD diagram, dataset provenance, and the canonical measurement-type registry, see the CalCOFI Schema explorer.
cc_describe_table() for per-table schema as a tibble.
CalCOFI Schema explorer for the
web-based browser with ERD and measurement-type registry.
if (FALSE) { # \dontrun{
cc_db_catalog()
cc_db_catalog(tables = c("bottle", "ichthyo"))
cc_db_catalog(version = "v2026.05.14")
} # }