sudd_rfrnds | R Documentation |
Downloads referendum data from sudd.ch.
sudd_rfrnds(
ids_sudd,
use_cache = TRUE,
max_cache_age = "1 week",
quiet = FALSE
)
ids_sudd |
The referendum identifiers assigned by sudd.ch. Either as a character vector or a data frame containing a column
|
use_cache |
Whether or not to return cached results if possible. If |
max_cache_age |
Duration after which cached results are refreshed (i.e. newly fetched). A valid lubridate duration. Use |
quiet |
Whether or not to suppress printing status output from internal processing. |
A tibble. The column names are aligned with those of rfrnds()
as closely as possible.
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).
Other sudd.ch scraping functions:
list_sudd_rfrnds()
,
list_sudd_territories()
,
list_sudd_titles()
rdb::rfrnd(id = "5bbc045192a21351232e596f")$id_sudd |> rdb::sudd_rfrnds()
rdb::rfrnds(quiet = TRUE) |>
dplyr::filter(country_code == "AT") |>
rdb::sudd_rfrnds()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.