Learn R Programming

bbk (version 0.8.0)

bdf_codelist: Fetch Banque de France (BdF) codelists

Description

Fetch Banque de France (BdF) codelists

Usage

bdf_codelist(...)

Value

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

Arguments

...

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

See Also

Other data: bbk_data(), bbk_series(), bde_data(), bdf_data(), bdf_dataset(), boc_data(), boe_data(), ecb_data(), onb_data(), snb_data()

Examples

Run this code
if (FALSE) {
bdf_codelist()

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

Run the code above in your browser using DataLab