Code
%>%
prc_hicp_cmon left_join(unit, by = "unit") %>%
group_by(unit, Unit) %>%
summarise(Nobs = n()) %>%
arrange(-Nobs) %>%
if (is_html_output()) print_table(.) else .} {
unit | Unit | Nobs |
---|---|---|
RCH_M | Monthly rate of change | 2149656 |
RT_M_DIF | Monthly rate differences between HICP and HICP at constant taxes | 2149542 |