powered by
Handle numeric month to string conversions
mon_to_string(month)
a numeric vector of months (month must be > 0 and <= 12)
a character vector (same length as month) with 2 char month strings.
month
# NOT RUN { mon_to_string(month = c(1, 3, 2)) mon_to_string(month = 12) # }
Run the code above in your browser using DataLab