oenb_frequency: Get Frequency

Description Usage Arguments Value Examples

View source: R/oenb_frequency.R

Description

Get available frequencies and periods of individual series from the OeNB's data web service.

Usage

1
oenb_frequency(id, pos, lang = "EN")

Arguments

id

character specifying the ID of the dataset of interest. See oenb_toc to obtain the required ID.

pos

character specifying the position ID of the indicator of interest. See oenb_dataset to obtain the required ID.

lang

Preferred language of the output. Possible values are "DE" for German and "EN" for English (default).

Value

A data frame containing available frequencies and periods of a series.

Examples

1
2
series_freq <- oenb_frequency(id = "11", pos = "VDBFKBSC217000")
series_freq

oenb documentation built on March 22, 2021, 5:06 p.m.