Lists all referendum titles from sudd.ch, together with their search URLs and number of occurrences.
Value
A tibble.
About sudd.ch
sudd stands for Suchmaschine für direkte Demokratie (German) and is operated by Beat Müller. Its database content is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).
See also
Other sudd.ch scraping functions:
list_sudd_rfrnds()
,
list_sudd_territories()
,
sudd_rfrnds()
Examples
rdb::list_sudd_titles() |> dplyr::filter(n > 1)
#> # A tibble: 212 × 3
#> title_de filter_url n
#> <chr> <chr> <chr>
#> 1 Abschaffung der Todesstrafe https://sudd.ch/list.php?lang=de&topic=abschaffung%20der%20todesstrafe 2
#> 2 Abschaffung des Senats https://sudd.ch/list.php?lang=de&topic=abschaffung%20des%20senats 2
#> 3 Absetzung von Staatspräsident Băsescu https://sudd.ch/list.php?lang=de&topic=absetzung%20von%20staatsprsident%20bsescu 2
#> 4 Ali Hassan Mwini als Präsident https://sudd.ch/list.php?lang=de&topic=ali%20hassan%20mwini%20als%20prsident 2
#> 5 Alkoholgenuss ab 21 Jahren erlaubt https://sudd.ch/list.php?lang=de&topic=alkoholgenuss%20ab%2021%20jahren%20erlaubt 2
#> 6 Alkoholregime https://sudd.ch/list.php?lang=de&topic=alkoholregime 31
#> 7 Alkoholverbot https://sudd.ch/list.php?lang=de&topic=alkoholverbot 3
#> 8 Alkoholwesen https://sudd.ch/list.php?lang=de&topic=alkoholwesen 2
#> 9 Allgemeine Steueramnestie https://sudd.ch/list.php?lang=de&topic=allgemeine%20steueramnestie 2
#> 10 Allgemeines Wahlrecht https://sudd.ch/list.php?lang=de&topic=allgemeines%20wahlrecht 2
#> # ℹ 202 more rows