Skip to contents

Wrapper for dbGetQuery. View or call the selected table from the FishSET database.

Usage

table_view(table, project)

Arguments

table

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

project

Name of project.

Details

table_view() returns a table from a project's FishSET Database.

See also

list_tables to show existing tables by project and type. fishset_tables to show all tables in the FishSETFolder.

Examples

if (FALSE) {
head(table_view('pollockMainDataTable', project = 'pollock'))
}