Gross domestic expenditure on R&D by sector of performance and source of funds - GERD_SOF

Data - OECD

Last observation: 2022 (N = 90)

First observation: 1981 (N = 1812)

Last data update: 02 août 2026, 08:59

Last compile: 02 sept. 2026, 23:23

Structure

obsTime

Code
GERD_SOF |>
  group_by(obsTime) |>
  summarise(Nobs = n()) %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}