decline_noun_de | R Documentation |
Note that this function is far from covering all grammatical possibilities. I.a. it currently doesn't support the special cases where a masculine noun gets an n
or en
ending attached in
the accusative, dative and genitive cases.
decline_noun_de(
noun,
gender = c("feminine", "masculine", "neuter"),
case = c("nominative", "genitive", "dative", "accusative"),
is_plural = FALSE
)
noun |
The noun to decline, optionally with preceding adjective(s), in (indefinite) nominative. A character scalar. |
gender |
The grammatical gender of the |
case |
The grammatical case of the |
is_plural |
Whether or not |
A character scalar.
Other spoken language functions:
add_definite_article_de()
,
definite_article_de()
,
definite_article_de_declined()
,
n_ify()
,
phrase_datetime()
,
prettify_date()
,
prettify_datetime()
,
rank_nr()
,
write_out_n()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.