| snb_data | R Documentation |
Retrieve time series data from the SNB data portal.
snb_data(key, start_date = NULL, end_date = NULL, lang = "en")
key |
( |
start_date |
( |
end_date |
( |
lang |
( |
A data.table::data.table() with the requested data.
Other data:
bbk_data(),
bbk_series(),
bde_data(),
bdf_codelist(),
bdf_data(),
bdf_dataset(),
boc_data(),
boe_data(),
ecb_data(),
onb_data()
snb_data("rendopar")
# or filter for date range
snb_data("rendopar", "2020-01-01", "2020-12-31")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.