combos_elections | R Documentation |
Returns a list with a metadata item per ballot date, political level and optionally election procedure and number.
combos_elections(
ballot_dates = all_ballot_dates,
lvls = all_lvls,
cantons = all_cantons,
prcds = all_prcds,
incl_prcd = TRUE,
incl_nr = incl_prcd
)
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
|
prcds |
Election procedure(s). One or more of |
incl_prcd |
Whether or not to include election procedures in the resulting list. Setting this to |
incl_nr |
Whether or not to include election numbers in the resulting list. Setting this to |
A list with an element per political-level and optionally -election-procedure and -election-number combination.
Other combination functions:
add_vars_to_combos()
,
combos_ballot_types()
,
combos_proposal_arguments()
,
combos_proposal_main_motives()
,
combos_proposals()
Other election predicate functions:
election_candidates()
,
election_name()
,
election_names_combined()
,
election_parties()
,
election_tickets()
,
n_election_candidates()
,
n_election_seats()
,
past_election_date()
,
requires_candidate_registration()
fokus::combos_elections(ballot_dates = "2019-10-20",
cantons = "aargau")
# without election numbers
fokus::combos_elections(ballot_dates = "2019-10-20",
cantons = "aargau",
incl_prcd = TRUE,
incl_nr = FALSE)
# without election procedures and numbers
fokus::combos_elections(ballot_dates = "2019-10-20",
cantons = "aargau",
incl_prcd = FALSE,
incl_nr = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.