Description Usage Arguments Value Examples
View source: R/quarterlyIncome.R
Find the four quarters for the year.
1 | quarterly_intervals(end, cutoff = NULL, inclPartial = TRUE)
|
end |
date ending of last quarter |
cutoff |
date cutoff to exclude later quarters |
inclPartial |
logical to include partialy complete quarters due to cutoff (default is TRUE) |
lubridate intervals
1 2 3 4 5 | quarterly_intervals(end = as.Date("2019-12-31"))
quarterly_intervals(end = as.Date("2019-12-31"),
cutoff = as.Date("2019-06-05"))
quarterly_intervals(end = as.Date("2019-12-31"),
cutoff = as.Date("2019-06-05"), inclPartial = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.