| month_name {vvconverter} | R Documentation |
Month Name
Description
Transform month from numeric to equivalent in specified language.
Usage
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
Other vector calculations:
academic_year(),
clean_multiple_underscores(),
interval_round(),
sum_0_1(),
transform_01_to_ft()
[Package vvconverter version 0.5.10 Index]