definite_article_de_declined | R Documentation |
The declination of the German definite article is a relative pronoun.
definite_article_de_declined(
gender = c("feminine", "masculine", "neuter"),
case = c("nominative", "genitive", "dative", "accusative"),
pluralize = FALSE
)
gender |
The grammatical gender of the subject the definite article refers to. |
case |
The grammatical case of the subject the definite article refers to. |
pluralize |
Whether to return the plural form of the definite article. A logical scalar. |
Note that the second singular feminine and plural genitive form "derer"
is ignored by this function.
A character scalar.
Other spoken language functions:
add_definite_article_de()
,
decline_noun_de()
,
definite_article_de()
,
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.