Generate questionnaire tibble
Usage
gen_qstnr_tibble(
ballot_date = pal::pkg_config_val("ballot_date"),
canton = cantons(ballot_date),
verbose = FALSE
)
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"
- verbose
Whether or not to print detailed progress information during questionnaire generation. Note that it will take considerably more time when this is set to
TRUE
.
Value
A tibble.
See also
Other questionnaire generation functions:
expand_qstnr_tibble()
,
gen_qstnr_md()