Current full period quarter over previous full period quarter
Source:R/time_intelligence_classes.R
qoq.RdThis calculates the full quarter value compared to the previous quarter value respecting any groups that are passed through with
dplyr::group_by()Use calculate to return the results
Arguments
- .data
tibble or dbi object (either grouped or ungrouped)
- .date
the date column to group by
- .value
the value column to summarize
- calendar_type
select either 'standard', '445', '454', or '544' calendar, see 'Details' for additional information
- lag_n
the number of periods to lag
- fiscal_year_start
integer 1-12, the month the fiscal year starts nearest to (default 1 = January). Only used with retail calendars ('445', '454', '544').