phrase_proposal_name_de | R Documentation |
Declines a German proposal name to the specified grammatical case
. Simple convenience function combining proposal_name()
,
proposal_name_gender()
and salim::decline_noun_de()
.
phrase_proposal_name_de(
ballot_date = pal::pkg_config_val("ballot_date"),
lvl = lvls(ballot_date, canton, ballot_type = "referendum"),
canton = cantons(ballot_date),
proposal_nr = 1L,
type = all_name_types,
case = c("nominative", "genitive", "dative", "accusative")
)
ballot_date |
FOKUS-covered ballot date. One of
|
lvl |
Political level. One of |
canton |
FOKUS-covered canton name. One of
Only relevant if |
proposal_nr |
Proposal number. A positive integerish scalar. |
type |
Name type. One of |
case |
The grammatical case of the |
A character scalar.
Other text phrasing functions:
phrase()
,
phrase_date()
,
phrase_election_candidate()
fokus::phrase_proposal_name_de(ballot_date = "2023-06-18",
lvl = "cantonal",
canton = "aargau",
proposal_nr = 1,
type = "short",
case = "dative")
fokus::phrase_proposal_name_de(ballot_date = "2023-06-18",
lvl = "cantonal",
canton = "aargau",
proposal_nr = 1,
type = "short",
case = "genitive")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.