Learn R Programming

oenb (version 0.0.2)

oenb_toc: Table of Contents

Description

Downloads the table of contents of the OeNB's statistical data web service.

Usage

oenb_toc(lang = "EN")

Arguments

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 titles of available datasets.

Examples

Run this code
# NOT RUN {
toc <- oenb_toc()
toc
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab