od_list: List available Opendata datasets

View source: R/od_list.R

od_listR Documentation

List available Opendata datasets

Description

od_list() returns a data.frame containing all datasets published at data.statistik.gv.at

Usage

od_list(unique = TRUE, server = c("ext", "red"))

Arguments

unique

some datasets are published under multiple groups. They will only be listed once with the first group they appear in unless this parameter is set to FALSE.

server

the open data server to use. Either ext for the external server (the default) or red for the editing server. The editing server is only accessible for employees of Statistics Austria

Value

a data.frame with two columns

  • "category": Grouping under which a dataset is listed

  • "id": Name of the dataset which can later be used in od_table()

  • "label": Description of the dataset

Examples

df <- od_list()
df
subset(df, category == "Bildung und Forschung")
# use an id to load a dataset
od_table("OGD_fhsstud_ext_FHS_S_1")

STATcubeR documentation built on April 3, 2025, 7:31 p.m.