powered by
Get available frequencies and periods of individual series from the OeNB's data web service.
oenb_frequency(id, pos, lang = "EN")
character specifying the ID of the dataset of interest. See oenb_toc to obtain the required ID.
oenb_toc
character specifying the position ID of the indicator of interest. See oenb_dataset to obtain the required ID.
oenb_dataset
Preferred language of the output. Possible values are "DE" for German and "EN" for English (default).
A data frame containing available frequencies and periods of a series.
# NOT RUN { series_freq <- oenb_frequency(id = "11", pos = "VDBFKBSC217000") series_freq # } # NOT RUN { # }
Run the code above in your browser using DataLab