National Accounts at a Glance - NAAG_I

Data - OECD

Info

source dataset Title .html .rData
oecd NAAG_I National Accounts at a Glance - NAAG_I 2026-02-10 2026-02-15

NAAG

Code
ig_b("oecd", "NAAG")

LAST_COMPILE

LAST_COMPILE
2026-02-22

Last

obsTime Nobs
2025 18

REF_AREA

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

MEASURE

Code
NAAG_I %>%
  left_join(MEASURE, by = "MEASURE") %>%
  group_by(MEASURE, Measure) %>%
  summarise(Nobs = n()) %>%
  print_table_conditional()
MEASURE Measure Nobs
B1GQ Gross domestic product 4470
B1GQ_POP Gross domestic product per capita 4284
B1GQ_R Real gross domestic product 4453
B1GQ_R_GR Real gross domestic product growth rate 2202
B1GQ_R_POP Real gross domestic product per capita 4236