Get the end date of the specified FY 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 end 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_next_fy_quarter(),
fy_interval(),
is_date_in_fyyear(),
last_date_month(),
midpoint_fy(),
next_fy(),
start_fy(),
start_fy_quarter(),
start_next_fy_quarter()
Examples
end_fy_quarter("2019Q1")
#> [1] "2019-06-30"