Skip to contents

Fetches a complete table from a FRAM database. Returns a cleaned tibble.

Usage

fetch_table(fram_db, table_name = NULL, warn = TRUE)

Arguments

fram_db

FRAM database object

table_name

Table to be fetched. If not given, a list of options will be printed

warn

Print a warning when fetching BackwardsFRAM table from a Chinook database? Defaults to TRUE.

Examples

if (FALSE) fram_db |> fetch_table('Mortality') # \dontrun{}