oenb_dataset {oenb} | R Documentation |
Downloads a description of the contents of a specific dataset from the OeNB's data web service.
oenb_dataset(id, lang = "EN")
id |
character specifying the ID of the dataset of interest.
See |
lang |
Preferred language of the output. Possible values are "DE" for German and "EN" for English (default). |
A data frame containing the IDs and names of available indicators within a dataset.
content <- oenb_dataset(id = "11")
content