Skip to contents

Fetch Banque de France (BdF) codelists

Usage

bdf_codelist(..., 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_codelist()

# filter for a specific codelist
bdf_codelist(where = "codelist_id = 'CL_FREQ'")
} # }