election_parties | R Documentation |
Returns the questionnaire code as well as different versions of the name of all parties for the specified proportional election.
election_parties(
ballot_date = pal::pkg_config_val("ballot_date"),
lvl = lvls(ballot_date, canton, ballot_type = "election", prcds = "proportional"),
canton = cantons(ballot_date),
election_nr = 1L,
past = FALSE
)
ballot_date |
FOKUS-covered ballot date. One of
|
lvl |
Political level. One of |
canton |
FOKUS-covered canton name. One of
|
election_nr |
Election number. A positive integerish scalar. |
past |
Whether to process the current or the predecessor election's parties. |
A tibble.
fct_relabel_election_parties()
Other election predicate functions:
combos_elections()
,
election_candidates()
,
election_name()
,
election_names_combined()
,
election_tickets()
,
n_election_candidates()
,
n_election_seats()
,
past_election_date()
,
requires_candidate_registration()
fokus::election_parties(ballot_date = "2019-10-20",
lvl = "federal",
canton = "aargau")
fokus::election_parties(ballot_date = "2019-10-20",
lvl = "federal",
canton = "aargau",
past = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.