Fetch Österreichische Nationalbank (OeNB) metadata
Arguments
- hier_id
(
integer(1)
)
Hierarchy id to query.- key
(
character()
)
The series keys to query.- ...
(
any
)
Additional parameters to pass to the API.- lang
(
character(1)
)
Language to query. Default"en"
.
Value
A data.table::data.table()
with the requested data.
See also
Other metadata:
bbk_metadata()
,
ecb_metadata()
,
onb_dimension()
,
onb_frequency()
,
onb_hierarchy()
,
onb_toc()
Examples
# \donttest{
onb_metadata(hier_id = 11, key = "VDBFKBSC217000")
#> title region unit
#> <char> <char> <char>
#> 1: Loans to euro area residents - total <NA> Euro
#> comment
#> <char>
#> 1: Collected within the framework of the balance sheet report to the ECB loans to euro area residents total.
#> classification breaks frequency last_update
#> <char> <char> <char> <char>
#> 1: European Sytem of National Accounts <NA> month 2025-08-14 07:08:07
#> source lag
#> <char> <char>
#> 1: OeNB <NA>
# }