year_financial: Function to transform date into financial year.

year_financialR Documentation

Function to transform date into financial year.

Description

Function to transform date into financial year.

Usage

year_financial(date, start = "july")

Arguments

date

Vector of parsed dates

start

The starting month of the financial year. Currently, the only option is "july".

Value

Integer vector.

Author(s)

Stuart K. Grange

See Also

year, week_financial

Examples

## Not run: 

year_financial(data_hours$date)


## End(Not run)


skgrange/threadr documentation built on May 11, 2024, 12:16 p.m.