NAAG Chapter 5: Households

Data - OECD

Info

source dataset Title .html .rData
oecd NAAG_V NAAG Chapter 5: Households 2026-02-10 2026-02-12

NAAG

Code
ig_b("oecd", "NAAG")

LAST_COMPILE

LAST_COMPILE
2026-02-22

Last

obsTime Nobs
2024 615

REF_AREA

Code
NAAG_V %>%
  group_by(REF_AREA) %>%
  summarise(Nobs = n()) %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F, escape = F) else .}

MEASURE

Code
NAAG_V %>%
  left_join(MEASURE, by = "MEASURE") %>%
  group_by(MEASURE, Measure) %>%
  summarise(Nobs = n()) %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F, escape = F) else .}