Transform month from numeric to equivalent in specified language.

month_name(month_numeric, lang = "nl")

Arguments

month_numeric

Numeric in range 1 - 12.

lang

The language of the month names. Default is "nl" (Dutch).

Value

Character string representation of month in specified language.

See also