Skip to contents

Wrapper for dbExistsTable. Check if a table exists in the FishSET database.

Usage

table_exists(table, project)

Arguments

table

Name of table in FishSET database.Table name must be in quotes.

project

Name of project

Value

Returns a logical statement of table existence.

Examples

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