List of peekbank tables

list_peekbank_tables(connection)

Arguments

connection

A connection to the peekbank database

Value

A vector of the names of tables in peekbank

Examples

if (FALSE) { # \dontrun{
con <- connect_to_peekbank()
list_peekbank_tables(con)
} # }