Convert year types - Financial year form to the alternate form
Source:R/convert_year_types.R
convert_fyyear_to_year.Rd
Convert a year vector from financial year '1718' to the alternate format '2017'.
See also
Other year functions:
check_year_format()
,
convert_year_to_fyyear()
Examples
fyyears <- c("1718", "1819")
convert_fyyear_to_year(fyyears)
#> [1] "2017" "2018"