R&D personnel in the business enterprise sector by main activity - PERS_INDU

Data - OECD

Info

Last observation: A: 2020 (N = 1623)

First observation: A: 2000 (N = 124)

Last data update: 02 aoû 2026, 09:02. Last compile: 18 aoû 2026, 01:20

Structure

obsTime

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