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")
)
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"