Skip to contents

Returns error output from running the discretefish_subroutine function. The table argument must be the full name of the table name in the FishSET database. Use tables_databaseto view table names in FishSET database.

Usage

globalcheck_view(table, project)

Arguments

table

Table name in FishSET database. Should contain the project, the phrase 'LDGlobalCheck', and a date in YMD format (20200101). Table name must be in quotes.

project

Name of project

Examples

if (FALSE) {
globalcheck_view('pcodLDGlobalCheck20190604', 'pcod')
}