[Deprecated]

This function is deprecated because it relies on the CalCOFI API which is being phased out. Use cc_list_tables() to list available tables and cc_describe_table() to get column information for a specific table.

Previously read the tables and columns from the CalCOFI API and displayed as an interactive table:

cc_db_catalog(tables = NULL)

Arguments

tables

optional character vector of table names to filter; default: NULL

Value

DT::datatable() of tables and columns

Examples

if (FALSE) { # \dontrun{
# deprecated - use instead:
cc_list_tables()
cc_describe_table("ichthyo")
} # }