Get old price quotes from 2010-2019
Usage
get_cpi_price_quotes_archive(year, foodonly = TRUE)
Arguments
- year
the year(s) to get
- foodonly
whether to exclude non-food products from the output.
Value
a dataframe of price quotes
Examples
if (FALSE) { # \dontrun{
get_cpi_price_quotes_archive(2015:2019)
} # }