combos_proposal_main_motives | R Documentation |
Returns a list with a metadata item per ballot date, political level, canton, proposal number and optionally motive type for which main motives have been queried in the respective post-voting survey.
combos_proposal_main_motives(
ballot_dates = all_ballot_dates,
lvls = all_lvls,
cantons = all_cantons,
incl_type = 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
|
incl_type |
Whether or not to include motive types (yes/no) in the resulting list. Setting this to |
A list with an element per political-level-proposal-number and optionally -type combination.
Other combination functions:
add_vars_to_combos()
,
combos_ballot_types()
,
combos_elections()
,
combos_proposal_arguments()
,
combos_proposals()
Other proposal predicate functions:
argument_proposal_nrs()
,
combos_proposal_arguments()
,
combos_proposals()
,
has_proposal_arguments()
,
has_proposal_main_motives()
,
is_proposal_name_plural()
,
main_motive_proposal_nrs()
,
n_proposal_arguments()
,
n_proposal_main_motives()
,
proposal_argument()
,
proposal_arguments()
,
proposal_main_motives()
,
proposal_name()
,
proposal_name_gender()
,
proposal_type()
fokus::combos_proposal_main_motives(ballot_dates = "2023-06-18",
cantons = "aargau")
# without types
fokus::combos_proposal_main_motives(ballot_dates = "2023-06-18",
cantons = "aargau",
incl_type = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.