Skip to contents

Returns a structured list of the raw supplemental date-specific FOKUS questionnaire data for the specified ballot date.

Usage

raw_qstnr_suppl(ballot_date = pal::pkg_config_val("ballot_date"))

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"

Value

A strict list.

Examples

fokus:::raw_qstnr_suppl(ballot_date = "2018-09-23") |> _$mode
#> $aargau
#> $aargau$channels
#> [1] "online" "print" 
#> 
#> $aargau$invitation
#> [1] "online" "print" 
#> 
#> $aargau$is_representative
#> [1] TRUE
#> 
#> $aargau$n
#> [1] 8000
#> 
#> $aargau$postal_dispatch
#> $aargau$postal_dispatch$date
#> $aargau$postal_dispatch$date$invitation
#> [1] "2018-09-18"
#> 
#> $aargau$postal_dispatch$date$reminder
#> [1] "2018-10-02"
#> 
#> 
#> $aargau$postal_dispatch$type
#> $aargau$postal_dispatch$type$invitation
#> [1] "b"
#> 
#> $aargau$postal_dispatch$type$prepaid_reply_envelope
#> [1] "a"
#> 
#> $aargau$postal_dispatch$type$reminder
#> [1] "b"
#> 
#> 
#> 
#> $aargau$reminder
#> [1] "online" "print" 
#> 
#>