Description Usage Arguments Value
Get the German definite article
1 2 3 4 5 | definite_article_de(
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. |
A character scalar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.