R/cpi.R

Defines functions cpi

Documented in cpi

#' CPI
#'
#' Get a consumer price index
#' @param year The year of the consumer price index to get.

cpi <- function(year) {
  return(year)
}
DataUrbanEconGeek/rcpindex documentation built on Jan. 11, 2020, 2:03 a.m.