political_issues: Get political issues

political_issuesR Documentation

Get political issues

Description

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" or "en".

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

zdaarau/fokus documentation built on Dec. 24, 2024, 10:47 p.m.