fetch_table.Rd
Fetches a complete table from a FRAM database. Returns a cleaned tibble.
fetch_table(fram_db, table_name = NULL, warn = TRUE)
FRAM database object
Table to be fetched. If not given, a list of options will be printed
Print a warning when fetching BackwardsFRAM table from a Chinook database? Defaults to TRUE.
TRUE
if (FALSE) fram_db |> fetch_table('Mortality') # \dontrun{}