Skip to contents

Convert integer month to string month with leading zero

Usage

make_months_worse(month_integer)

Arguments

month_integer

Integer month

Value

String month with leading zero

See also

Examples

make_months_worse(1)
#> [1] "01"