R/sql_functions.R
fishset_tables.Rd
Returns a data frame containing all tables from each project by project name and table type.
fishset_tables(project = NULL)
Project name. If NULL, tables from all available projects will be displayed.
NULL
if (FALSE) { # return all tables for all projects fishset_tables() # return all tables for a specific project fishset_tables("pollock") }