Skip to contents

Get the end date of the specified financial year

Usage

end_fy(year, format = c("fyyear", "alternate"))

Arguments

year

a character vector of years

format

the format of the year vector, default is financial year

Value

a vector of dates of the end date of the FY year

Examples

end_fy("1718")
#> [1] "2018-03-31"