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)DT::datatable() of tables and columns
if (FALSE) { # \dontrun{
# deprecated - use instead:
cc_list_tables()
cc_describe_table("ichthyo")
} # }