Returns a structured list of survey mode data from the raw supplemental date-specific FOKUS questionnaire data.
Usage
raw_qstnr_suppl_mode(
ballot_date = funky::config_val("ballot_date"),
canton = funky::config_val("canton")
)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_lvl_canton(),
raw_qstnr_suppl_main_motives(),
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_mode(ballot_date = "2018-09-23",
canton = "aargau")
#> $channels
#> [1] "online" "print"
#>
#> $invitation
#> [1] "online" "print"
#>
#> $is_representative
#> [1] TRUE
#>
#> $n
#> [1] 8000
#>
#> $postal_dispatch
#> $postal_dispatch$date
#> $postal_dispatch$date$invitation
#> [1] "2018-09-18"
#>
#> $postal_dispatch$date$reminder
#> [1] "2018-10-02"
#>
#>
#> $postal_dispatch$type
#> $postal_dispatch$type$invitation
#> [1] "b"
#>
#> $postal_dispatch$type$prepaid_reply_envelope
#> [1] "a"
#>
#> $postal_dispatch$type$reminder
#> [1] "b"
#>
#>
#>
#> $reminder
#> [1] "online" "print"
#>