character specifying the ID of the dataset of interest.
See oenb_toc to obtain the required ID.
pos
character vector specifying the position IDs of the indicators of interest.
See oenb_dataset to obtain the required ID.
freq
Frequency of the data. Where available, possible values are
"D", "M", "Q", "H", "A"
for daily, monthly, quarterly, semi-annual and annual data.
See oenb_frequency to obtain possible choices.
attr
A named vector of further attributes.
See oenb_attributes to obtain possible choices.
starttime
character specifying the start of the series. See 'Details'.
endtime
character specifying the end of the series. See 'Details'.
lang
Preferred language of the output. Possible values are "DE" for
German and "EN" for English (default).
Value
A data frame.
Details
The arguments `starttime` and `endtime` can have the format `YYYY-MM-DD` or
`YYYYMMDD` for daily data, `YYYY-MM` or `YYYYMM` for monthly data, and `YYYY` for
annual data. For semiannual data `YYYY-06` refers to the first half of year `YYYY` and
`YYYY-12` to the second. Similarly, for quarterly data `YYYY-03`, `YYYY-06`, `YYYY-09`
and `YYYY-12` refer to the first, second, third and forth quarter of year `YYYY`,
respectively.