powered by
Downloads a description of the contents of a specific dataset from the OeNB's data web service.
oenb_dataset(id, lang = "EN")
character specifying the ID of the dataset of interest. See oenb_toc to obtain the required ID.
oenb_toc
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.
# NOT RUN { content <- oenb_dataset(id = "11") content # } # NOT RUN { # }
Run the code above in your browser using DataLab