Last observation: 2014 (N = 319)
First observation: 1976 (N = 2)
Last data update: 01 août 2026, 21:45
Last compile: 14 sept. 2026, 22:10
CPI_ACPI_COI_RT_A |>
left_join(ref_area, by = "ref_area") |>
group_by(ref_area, Ref_area) |>
summarise(Nobs = n()) |>
mutate(Flag = gsub(" ", "-", str_to_lower(Ref_area)),
Flag = paste0('<img src="../../bib/flags/vsmall/', Flag, '.png" alt="Flag">')) |>
select(Flag, everything()) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F, escape = F) else .}CPI_ACPI_COI_RT_A |>
left_join(indicator, by = "indicator") |>
group_by(indicator, Indicator) |>
summarise(Nobs = n()) %>%
{if (is_html_output()) print_table(.) else .}| indicator | Indicator | Nobs |
|---|---|---|
| CPI_ACPI_COI_RT | National consumer price index (CPI), annual rate of change - discontinued (%) | 13556 |
CPI_ACPI_COI_RT_A |>
left_join(classif1, by = "classif1") |>
group_by(classif1, Classif1) |>
summarise(Nobs = n()) %>%
{if (is_html_output()) print_table(.) else .}| classif1 | Classif1 | Nobs |
|---|---|---|
| COI_COICOP_CP01 | COICOP2012: 1. Food and non-alcoholic beverages | 6705 |
| COI_COICOP_CP01T12 | COICOP2012: General - Individual consumption expenditure of households | 6851 |
CPI_ACPI_COI_RT_A |>
left_join(source, by = "source") |>
group_by(source, Source) |>
summarise(Nobs = n()) |>
arrange(-Nobs) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}