Skip to contents

Returns the ballot title consisting of the ballot type and the ballot date, phrased in German.

Usage

ballot_title(
  ballot_date = pal::pkg_config_val("ballot_date"),
  canton = cantons(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"

canton

FOKUS-covered canton name. One of

  • "aargau"

lang

Language. One of "de".

Value

A character scalar.

See also

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

Examples

fokus::ballot_title(ballot_date = "2019-10-20",
                    canton = "aargau")
#> [1] "Wahltermin vom 20. Oktober 2019"