period_financial: Function to transform date into financial period (a month...

View source: R/week_monday.R

period_financialR Documentation

Function to transform date into financial period (a month with an offset).

Description

Function to transform date into financial period (a month with an offset).

Usage

period_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

wday, week_financial, month

Examples

## Not run: 

period_financial(data_hours$date)


## End(Not run)


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