oenb_dataset: Content of OeNB Data Sets

Description Usage Arguments Value Examples

View source: R/oenb_dataset.R

Description

Downloads a description of the contents of a specific dataset from the OeNB's data web service.

Usage

1
oenb_dataset(id, lang = "EN")

Arguments

id

character specifying the ID of the dataset of interest. See oenb_toc 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 the IDs and names of available indicators within a dataset.

Examples

1
2
content <- oenb_dataset(id = "11")
content

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