# Create a tibble called 'cpi' that contains the CPI index
# numbers for each quarter
# \donttest{
cpi <- read_cpi()
# }
# This tibble can now be joined to another to help streamline the process of
# deflating nominal values.
Run the code above in your browser using DataLab