National Accounts at a Glance - NAAG_I

Data - OECD

Info

source dataset .html .RData
oecd NAAG_I 2025-02-12 2025-02-12

NAAG

Code
ig_b("oecd", "NAAG")

LAST_COMPILE

LAST_COMPILE
2025-02-12

Last

obsTime Nobs
2024 6

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 4378
B1GQ_POP Gross domestic product per capita 4200
B1GQ_R Real gross domestic product 4357
B1GQ_R_GR Real gross domestic product growth rate 2155
B1GQ_R_POP Real gross domestic product per capita 4150