Return the next financial year
Usage
next_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 character of the date in the requested format
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(),
start_fy(),
start_fy_quarter(),
start_next_fy_quarter()
Examples
next_fy("1718")
#> [1] "1819"