R/data_cpi_combined.R

#' Consumer Price Index (CPI) data from CBS
#'
#' A subset data frame of Consumentenprijzen; prijsindex 2015=100 from CBS. Identifier: 83131NED
#'
#' @format ## `df_cpi_combined`
#' A data frame with 11 rows and 8 columns:
#' \describe{
#'   \item{Year from}{Year from in case of two consecutive years }
#'   \item{Year to}{Year ending in case of two consecutive years}
#'   \item{Percentage}{Percentage change in case of two consecutive years}
#'   \item{Factor}{Factor for multiplication in case of two consecutive years}
#'   \item{Year from'}{Year starting from, in the case of a range, the year up to the maximum year}
#'   \item{Year to'}{Year ending in case of a range, the year up to the maximum year}
#'   \item{Percentage'}{Percentage for multiplication in case of a range, the year up to the maximum year}
#'   \item{Factor'}{Factor for multiplication in case of a range, the year up to the maximum year}
#' }
#' @source <https://www.cbs.nl/nl-nl/cijfers>
"df_cpi_combined"

Try the tatooheene package in your browser

Any scripts or data that you put into this service are public.

tatooheene documentation built on April 3, 2025, 7:11 p.m.