Description Usage Arguments Value See Also
View source: R/complete_periods.R
Create a function to identify which elements in a vector of dates correspond to complete calendar periods.
1 2 3 | complete_periods(period = c('quarter', 'year'),
by = c('month', 'quarter'),
start.mon = month.name)
|
period |
One of 'quarter' (default) or 'year'. |
by |
One of 'month' (default) or 'quarter'. |
start.mon |
In which month does a year start (default is January)? |
A function.
complete quarters / years
for the important cases.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.