combos_ballot_types | R Documentation |
Returns a list with a metadata item per ballot type, ballot date, canton and optionally political level.
combos_ballot_types(
ballot_dates = all_ballot_dates,
lvls = all_lvls,
cantons = all_cantons,
ballot_types = all_ballot_types,
incl_lvl = TRUE
)
ballot_dates |
FOKUS-covered ballot date(s). One or more of
|
lvls |
Political level(s). One or more of |
cantons |
FOKUS-covered canton name(s). One or more of
|
ballot_types |
Ballot type(s). One or more of |
incl_lvl |
Whether or not to include the political levels in the resulting list. Setting this to |
A list with an element per ballot-type and optionally -political-level combination.
Other combination functions:
add_vars_to_combos()
,
combos_elections()
,
combos_proposal_arguments()
,
combos_proposal_main_motives()
,
combos_proposals()
Other fundamental predicate functions:
ballot_types()
,
cantons()
,
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()
,
proposal_qstn_groups()
,
qstn_groups_proposal_nrs()
,
survey_channels()
# of all covered ballots
fokus::combos_ballot_types()
# only of 2023-06-18 ballot in aargau
fokus::combos_ballot_types(ballot_dates = "2023-06-18",
cantons = "aargau")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.