add_vars_to_combos | R Documentation |
Adds one or more var_name
s to a combination list.
add_vars_to_combos(list, var_names)
list |
A list as returned by the |
var_names |
A character vector of variable names. |
A list with list
× var_names
elements.
Other combination functions:
combos_ballot_types()
,
combos_elections()
,
combos_proposal_arguments()
,
combos_proposal_main_motives()
,
combos_proposals()
Other variable-related functions:
is_skill_question_var()
,
var_election_nr()
,
var_lbl()
,
var_lvls()
,
var_prcd()
,
var_proposal_nr()
,
var_skill_question_nr()
,
var_title()
,
var_val_set()
fokus::combos_proposals(ballot_dates = "2023-06-18",
cantons = "aargau",
incl_nr = FALSE) |>
fokus::add_vars_to_combos(var_names = c("age_group", "favored_party"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.