raw_qstnr_suppl_lvl_canton: Get a canton's political-level-specific raw supplemental...

View source: R/fokus.gen.R

raw_qstnr_suppl_lvl_cantonR Documentation

Get a canton's political-level-specific raw supplemental date-specific FOKUS questionnaire data

Description

Returns a structured list of the raw supplemental date-specific FOKUS questionnaire data for the specified ballot date and political level that applies for the specified canton only.

Usage

raw_qstnr_suppl_lvl_canton(
  ballot_date = pal::pkg_config_val("ballot_date"),
  lvl = all_lvls,
  canton = pal::pkg_config_val("canton")
)

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"

lvl

Political level. One of "cantonal" or "federal".

canton

FOKUS-covered canton name. One of

  • "aargau"

Value

A strict list.

See Also

Other raw questionnaire data functions: raw_pick_right(), raw_qstnr, raw_qstnr_suppl(), raw_qstnr_suppl_argument(), raw_qstnr_suppl_arguments(), raw_qstnr_suppl_election(), raw_qstnr_suppl_election_name(), raw_qstnr_suppl_elections(), raw_qstnr_suppl_lvl(), raw_qstnr_suppl_main_motives(), raw_qstnr_suppl_mode(), raw_qstnr_suppl_proposal(), raw_qstnr_suppl_proposal_name(), raw_qstnr_suppl_proposal_safe(), raw_qstnr_suppl_skill_question(), raw_qstnr_suppl_skill_questions(), raw_qstnrs_suppl

Examples

fokus:::raw_qstnr_suppl_lvl_canton(ballot_date = "2018-09-23",
                                   lvl = "cantonal",
                                   canton = "aargau") |>
  names()

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