R/sql_functions.R
table_remove.Rd
Wrapper for dbRemoveTable. Remove a table from the FishSET database.
dbRemoveTable
table_remove(table, project)
String, name of table in FishSET database. Table name must be in quotes.
Name of project
Function utilizes sql functions to remove tables from the FishSET database.
if (FALSE) { table_remove('pollockMainDataTable', 'pollock') }