fq_long: Format date into long quarter.

View source: R/fq_long.R

fq_longR Documentation

Format date into long quarter.

Description

Formats date from date or POSIX class to a text string giving the the quarter as 'January to March yyyy'

Usage

fq_long(date_var)

Arguments

date_var

A date variable in class Date or POSIX

Value

A text string giving the quarter and year.

See Also

fy_short

fy_long_short

ordered_fin_qtr

Examples

x <- lubridate::dmy("01/01/2001")
fq_long(x)

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