if (FALSE) {
# get data for main (000000) Consumer Price Index (7196ENG) for March 2000,
x <- cbs_get_data( id = "7196ENG"
, Periods = "2000MM03" # March 2000
, CPI = "000000" # main price index
)
cbs_add_label_columns(x)
}
Run the code above in your browser using DataLab