cmonth_to_string: cmonth_to_string

View source: R/month_to_string.R

cmonth_to_stringR Documentation

cmonth_to_string

Description

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

Usage

cmonth_to_string(x)

Arguments

x

A numeric monthly value where 1 = January

Value

A string giving month name

Examples

cmonth_to_string(1)
cmonth_to_string(12)
cmonth_to_string(13)

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