proposal_qstn_groups | R Documentation |
Determines the referendum proposal question groups covered by the FOKUS survey for the specified canton on the specified political level at the specified ballot date.
proposal_qstn_groups(
ballot_date = pal::pkg_config_val("ballot_date"),
lvl = all_lvls,
canton = cantons(ballot_date),
proposal_nr = 1L
)
ballot_date |
FOKUS-covered ballot date. One of
|
lvl |
Political level. One of |
canton |
FOKUS-covered canton name. One of
Only relevant if |
proposal_nr |
Proposal number. A positive integerish scalar. |
A character vector of question group identifiers.
Other fundamental predicate functions:
ballot_types()
,
cantons()
,
combos_ballot_types()
,
election_nrs()
,
election_prcds()
,
has_ballot_type()
,
has_election()
,
has_election_nrs()
,
has_lvl()
,
has_proposal_nrs()
,
has_referendum()
,
is_representative()
,
lvls()
,
n_elections()
,
n_proposals()
,
prcds()
,
proposal_nrs()
,
qstn_groups_proposal_nrs()
,
survey_channels()
fokus::proposal_qstn_groups(ballot_date = "2023-06-18",
lvl = "federal",
canton = "aargau",
proposal_nr = 1)
fokus::proposal_qstn_groups(ballot_date = "2023-06-18",
lvl = "federal",
canton = "aargau",
proposal_nr = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.