Wrapper for dbGetQuery. View or call the
selected table from the FishSET database.
Arguments
- table
String, name of table in FishSET database. Table name must be in quotes.
- project
Name of project.
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'))
}
