https://github.com/hughparsonage/fy
Package for financial years
https://github.com/hughparsonage/fy
Last synced: 8 months ago
JSON representation
Package for financial years
- Host: GitHub
- URL: https://github.com/hughparsonage/fy
- Owner: HughParsonage
- Created: 2019-04-23T13:07:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T06:52:56.000Z (almost 3 years ago)
- Last Synced: 2024-12-25T19:14:09.780Z (over 1 year ago)
- Language: R
- Size: 49.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
[]( https://app.codecov.io/gh/hughparsonage/fy?branch=master)
# fy
Package for financial years
Examples
```r
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"))
```