Skip to contents

Get the start date of the specified financial year (FY) quarter.

Usage

start_fy_quarter(quarter)

Arguments

quarter

usually period from Social Care, or any character vector in the form YYYYQX where X is the quarter number

Value

a vector of dates of the start of the FY quarter

Examples

start_fy_quarter("2019Q1")
#> [1] "2019-04-01"