View source: R/month_to_string.R
| fmonth_to_string | R Documentation | 
Convert numeric FY month to string. Mostly important for monthly reports
fmonth_to_string(x)
x | 
 A numeric monthly value where 1 = April  | 
A string giving month name
#April
fmonth_to_string(1)
fmonth_to_string(10)
fmonth_to_string(11)
# March
fmonth_to_string(12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.