Learn R Programming

fy

Package for financial years

Examples

library(fy)
is_fy(c("2020-21", "2020-20", "foo", "1999-00", "2002-2003"))
fy2yr("2020-21")
yr2fy(2000:2020)
validate_fys_permitted(c("2020-21", "2020-20")) 

Copy Link

Version

Install

install.packages('fy')

Monthly Downloads

473

Version

0.4.2

License

GPL-2

Maintainer

Hugh Parsonage

Last Published

September 12th, 2023

Functions in fy (0.4.2)

is_fy

Convenience functions for dealing with financial years
fy-package

Utilities for financial years
validate_fys_permitted

Verifying validity of financial years
next_fy

Next and previous financial years