Description Usage Arguments Value Examples
Converts month from integer format to two digit string format. 1 to '01'. 11 to '11'.
1 | month_char(month)
|
month |
integer vector; allowed values 1 to 12. |
character vector with 0 appended to the start of values less than 10.
1 | month_char(1:12)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.