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