Skip to contents

Fetch Banque de France (BdF) codelists

Usage

bdf_codelist(...)

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_codelist()
# filter for a specific codelist
bdf_codelist(where = "codelist_id = 'CL_FREQ'")
} # }