oenb_metadata {oenb} | R Documentation |
Get Metadata
Description
Get metadata on individual series from the OeNB's data web service.
Usage
oenb_metadata(id, pos, lang = "EN")
Arguments
id |
character specifying the ID of the dataset of interest.
See |
pos |
character specifying the position ID of the indicator of interest.
See |
lang |
Preferred language of the output. Possible values are "DE" for German and "EN" for English (default). |
Value
A data frame containing metadata on an indicator.
Examples
meta <- oenb_metadata(id = "11", pos = "VDBFKBSC217000")
meta
[Package oenb version 0.0.2 Index]