fmonth_to_string: fmonth_to_string

View source: R/month_to_string.R

fmonth_to_stringR Documentation

fmonth_to_string

Description

Convert numeric FY month to string. Mostly important for monthly reports

Usage

fmonth_to_string(x)

Arguments

x

A numeric monthly value where 1 = April

Value

A string giving month name

Examples

#April
fmonth_to_string(1)
fmonth_to_string(10)
fmonth_to_string(11)
# March
fmonth_to_string(12)

PublicHealthEngland/hcaidcs documentation built on Jan. 19, 2024, 8:38 a.m.