R/data.R

#' State FIPS codes
#'
#' A dataset containing state FIPS codes along with corresponding state names
#' and postal abbreviations.
#'
#' @format A tibble with three variables:
#'   `state_fips`, `state_abbrv`, and `state_name`.
"state_fips"


#' CPI-U-RS
#'
#' A dataset containing all available R-CPI-U-RS (formerly CPI-U-RS) calendar
#' year averages.
#'
#' @format A tibble with two variables:
#'   `year` and `cpi_u_rs.`
"cpi_u_rs"
CenterOnBudget/Rcbpp documentation built on Jan. 6, 2025, 9:32 p.m.