Skip to contents

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 pulbished 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
#> # A data frame: 336 × 3
#>    category    id                                         label       
#>    <chr>       <chr>                                      <chr>       
#>  1 Arbeit      OGD_konjunkturmonitor_KonMon_1             Konjunkturm…
#>  2 Arbeit      OGD_aeapp_biber_abschl_ext_BIBER_ABSCHL_1  BibEr Monit…
#>  3 Arbeit      OGD_aest_erv_statw_haupt_ERV_STATWECHSEL_1 Registerbas…
#>  4 Arbeit      OGD_veste309_Veste309_1                    Verdienstst…
#>  5 Arbeit      OGD_veste307_Veste307_1                    Verdienstst…
#>  6 Arbeit      OGD_veste305_Veste305_1                    Verdienstst…
#>  7 Arbeit      OGD_veste303_Veste203_1                    Verdienstst…
#>  8 Arbeit      OGD_veste301_Veste301_1                    Verdienstst…
#>  9 Bevölkerung OGD_gest_kalwo_alter_GEST_KALWOCHE_5J_100  Gestorbene …
#> 10 Bevölkerung OGD_rate_kalwobez_GEST_KALWOCHE_STR_BZ_100 Altersstand…
#> # ℹ 326 more rows
subset(df, category == "Bildung und Forschung")
#> # A data frame: 44 × 3
#>    category              id                                 label     
#>  * <chr>                 <chr>                              <chr>     
#>  1 Bildung und Forschung OGD_uptabs_ext_UPT_A_1             Studienab…
#>  2 Bildung und Forschung OGD_uptstud_ext_UPT_S_1            Studieren…
#>  3 Bildung und Forschung OGD_bildungsausgaben_BILDAUS_2     Bildungsa…
#>  4 Bildung und Forschung OGD_bildausgtransfers_BILDAUS_TR_1 Bildungsa…
#>  5 Bildung und Forschung OGD_phsstud_ext_PHS_S_1            Studien a…
#>  6 Bildung und Forschung OGD_unistud4_ext_UNI_STUD4_2       Studieren…
#>  7 Bildung und Forschung OGD_unistud3_ext_UNI_STUD3_1       Studieren…
#>  8 Bildung und Forschung OGD_unistud1_ext_UNI_STUD1_1       Studien a…
#>  9 Bildung und Forschung OGD_unistud2_ext_UNI_STUD2_1       Studieren…
#> 10 Bildung und Forschung OGD_fhsstud_ext_FHS_S_1            Studien a…
#> # ℹ 34 more rows
# use an id to load a dataset
od_table("OGD_fhsstud_ext_FHS_S_1")
#> Studies at universities of applied sciences
#> 
#> Dataset: OGD_fhsstud_ext_FHS_S_1 (data.statistik.gv.at)
#> Measures: Ordinary Studies, Courses of studies (Lehrgang), Newly
#>   enrolled ordinary studies, Newly enrolled courses of studies
#>   (Lehrgang)
#> Fields: Semester <41>
#> 
#> Request: [2024-04-18 10:02:41.090147]
#> STATcubeR: 0.5.0