Read the tables and columns from the following CalCOFI API
and display as an interactive table (as DT::datatable()
):
cc_db_catalog(tables = NULL)
DT::datatable() of tables and columns
# full catalog
cc_db_catalog()
# only certain tables
cc_db_catalog(tables = c("larvae_counts","nets","tows","stations","cruises"))