Learn R Programming

bbk (version 0.8.0)

bdf_dataset: Fetch Banque de France (BdF) datasets

Description

Fetch Banque de France (BdF) datasets

Usage

bdf_dataset(...)

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_codelist(), bdf_data(), boc_data(), boe_data(), ecb_data(), onb_data(), snb_data()

Examples

Run this code
if (FALSE) {
bdf_dataset()

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

Run the code above in your browser using DataLab