Skip to contents

View list of MainDataTables in FishSET database

Usage

main_tables(project, show_all = TRUE)

Arguments

project

A project name to filter main tables by.

show_all

Logical, whether to show all main tables (including raw and final tables) or just editable tables.

Examples

if (FALSE) {
main_tables("pollock")
}