Get datasets

get_datasets(connection = NULL)

Arguments

connection

A connection to the peekbank database

Value

A `tbl` of Datasets data. If `connection` is supplied, the result remains a remote query, otherwise it is retrieved into a local tibble.

Examples

if (FALSE) { # \dontrun{
get_datasets()
} # }