Learn R Programming

busdater

Business dates for R

Working with business dates can be cumbersome and error prone. busdater aims to make it easier, by providing functionality, to get financial year, calendar year and month calculations. It returns start and end of the business periods.

Jurisdictions and organisations observe different start and end of financial year. opt_fy_start parameter is string in the format of "MM-DD" representing the start of financial year, e.g. "01-01" for 1st of January or "07-01" for 1st of July. The default is taken from options and is "07-01" if not present.

This package caters for financial years that have a fixed start date. It does not cater for moving dates e.g. last Friday of September.

The package has 4 functions (2 deprecated):

  • get_fy to return the financial (fiscal) year as integers
  • get_boundary to return start and end of a month and start and end of financial years
  • FY deprecated and same as get_fy
  • period_boundaries deprecated and same as get_boundary

Enjoy!

Copy Link

Version

Install

install.packages('busdater')

Monthly Downloads

208

Version

0.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Mick Mioduszewski

Last Published

January 30th, 2019

Functions in busdater (0.2.0)

FY

Get a financial year (deprecated).
get_fy

Get a financial year.
period_boundaries

Get date's business period boundary (deprecated).
busdater-deprecated

Deprecated functions in busdater
busdater-package

busdater: Standard Date Calculations for Business
get_boundary

Get date's business period boundary.