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
See also
Other date functions:
calculate_stay(),
compute_mid_year_age(),
convert_date_to_numeric(),
convert_numeric_to_date(),
end_fy(),
end_fy_quarter(),
end_next_fy_quarter(),
fy_interval(),
is_date_in_fyyear(),
last_date_month(),
midpoint_fy(),
next_fy(),
start_fy(),
start_next_fy_quarter()
Examples
start_fy_quarter("2019Q1")
#> [1] "2019-04-01"