Skip to contents

Fetch Banque de France (BdF) datasets

Usage

bdf_dataset(..., lang = "en")

Arguments

...

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

lang

(character(1))
Language to query. Default "en".

Value

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

Examples

if (FALSE) { # \dontrun{
bdf_dataset()

# structure of a dataset
bdf_dataset(where = "dataset_id = 'CONJ2'")
} # }