Description Usage Arguments Value See Also
Create a function to identify which elements in a vector of dates correspond to complete calendar periods.
1 2 3 4 5 | 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
for an application.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.