R/sql_functions.R
table_fields.Rd
Wrapper for dbListFields. View fields of selected table.
dbListFields
table_fields(table, project)
String, name of table in FishSET database. Table name must be in quotes.
Project name
if (FALSE) { table_fields('pollockMainDataTable', 'pollock') }