definite_article_de_declined: Decline the German definite article

definite_article_de_declinedR Documentation

Decline the German definite article

Description

The declination of the German definite article is a relative pronoun.

Usage

definite_article_de_declined(
  gender = c("feminine", "masculine", "neuter"),
  case = c("nominative", "genitive", "dative", "accusative"),
  pluralize = FALSE
)

Arguments

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.

Details

Note that the second singular feminine and plural genitive form "derer" is ignored by this function.

Value

A character scalar.

See Also

Other spoken language functions: add_definite_article_de(), decline_noun_de(), definite_article_de(), n_ify(), prettify_date(), prettify_datetime(), rank_nr(), write_out_n()


salim-b/salim documentation built on July 8, 2024, 11:06 p.m.