od_list {STATcubeR} | R 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 |
server |
the open data server to use. Either |
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 inod_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")
[Package STATcubeR version 1.0.0 Index]