switch_abb | R Documentation |
Convert an abbreviated month name to a numeric value
switch_abb(month)
month |
a character string specifying one of the twelve months, i.e. ("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec") |
a character string which will correspond to the numeric value of the input month, i.e. ("01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.