Consumer price inflation – expenditure groups - G2

Data - rba

FREQ

Code
G2_var$FREQ %>%
  print_table_conditional
FREQ Frequency
A Annually
D Daily
M Monthly
Q Quarterly
S Semiannual
W Weekly

units

Code
G2_var$units %>%
  print_table_conditional
units Units
per-cent Per cent

series_code, series_name

Code
G2 %>%
  group_by(series_code, series_name) %>%
  summarise(Nobs = n()) %>%
  print_table_conditional
series_code series_name Nobs
GCPIATYP Alcohol and tobacco year-ended inflation 193
GCPICFYP Clothing and footwear year-ended inflation 193
GCPICYP Communication year-ended inflation 193
GCPIEYP Education year-ended inflation 193
GCPIFISYP Insurance and financial services year-ended inflation 193
GCPIFYP Food and non-alcoholic beverages year-ended inflation 193
GCPIHCSYP Furnishings, household equipment and services year-ended inflation 193
GCPIHEYP Health year-ended inflation 193
GCPIHOYP Housing year-ended inflation 193
GCPIRYP Recreation and culture year-ended inflation 193
GCPITYP Transport year-ended inflation 193