oenb_dataset {oenb}R Documentation

Content of OeNB Data Sets

Description

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

Usage

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


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



[Package oenb version 0.0.2 Index]