Read the tables and columns from the following CalCOFI API and display as an interactive table (as DT::datatable()):

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

# full catalog
cc_db_catalog()
# only certain tables cc_db_catalog(tables = c("larvae_counts","nets","tows","stations","cruises"))