| boc_catalog | R Documentation |
Access all available series or groups from the Bank of Canada Valet API.
boc_catalog(type = "groups")
type |
( |
A data.table::data.table() with the requested data.
https://www.bankofcanada.ca/valet/docs
## Not run:
catalog <- boc_catalog()
head(catalog)
# filter for effective exchange rate series
dt <- catalog[grepl("CEER", label)]
head(dt)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.