week_financial | R Documentation |
Function to calculate financial week of the year.
week_financial(date, start = "july", floor = TRUE)
date |
Vector containing parsed dates. |
start |
The starting month of the financial year. Currently, the only
option is |
floor |
Should weeks which belong to the 53 rd week for the year be
rounded down to the 52 nd week? Default is |
Integer vector.
Stuart K. Grange
wday
, week_monday
## Not run:
data_hours$week <- week_financial(data_hours$date)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.