Skip to contents

Fetch Banque de France (BdF) datasets

Usage

bdf_dataset(...)

Arguments

...

(any)
Extra arguments appended to the API request. Combined with the default arguments with modifyList().

Value

A data.table::data.table() with the requested data.

See also

Examples

if (FALSE) { # \dontrun{
bdf_dataset()
# structure of a dataset
bdf_dataset(where = "dataset_id = 'CONJ2'")
} # }