Skip to contents

Returns a structured list of survey mode data from the raw supplemental date-specific FOKUS questionnaire data.

Usage

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

canton

FOKUS-covered canton name. One of

  • "aargau"

Value

A strict list.

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