Skip to contents

Returns the political issues in the specified language at the specified ballot date.

Usage

political_issues(
  ballot_date = pal::pkg_config_val("ballot_date"),
  lang = pal::pkg_config_val("lang")
)

Arguments

ballot_date

FOKUS-covered ballot date. One of

  • "2018-09-23"

  • "2018-11-25"

  • "2019-10-20"

  • "2020-09-27"

  • "2020-10-18"

  • "2021-11-28"

  • "2023-06-18"

  • "2024-10-20"

lang

Language. One of "de".

Value

A character vector.

See also

Other predicate functions: ballot_title(), postal_dispatch_way(), response_options()

Examples

fokus::political_issues(ballot_date = "2019-10-20",
                        lang = "en")
#>  [1] "OASI/pension provision"                       "health/health insurance"                      "foreigners"                                  
#>  [4] "refugees/asylum"                              "environmental protection/climate"             "unemployment/youth unemployment"             
#>  [7] "EU/bilateral agreements/European integration" "wages"                                        "state budget"                                
#> [10] "traffic/NRLA"                                 "racism/xenophobia"                            "social security"                             
#> [13] "inflation/rising prices"                      "personal safety"                              "gender equality"                             
#> [16] "atomic/nuclear energy"                        "societal coexistence"                         "educational system"                          
#> [19] "internet security/cyber espionage"