od_list | R Documentation |
od_list()
returns a data.frame
containing all datasets published at
data.statistik.gv.at
od_list(unique = TRUE, server = c("ext", "red"))
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 |
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
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.