Skip to contents

Wrapper for dbRemoveTable. Remove a table from the FishSET database.

Usage

table_remove(table, project)

Arguments

table

String, name of table in FishSET database. Table name must be in quotes.

project

Name of project

Details

Function utilizes sql functions to remove tables from the FishSET database.

Examples

if (FALSE) {
table_remove('pollockMainDataTable', 'pollock')
}