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

Data - OECD

Structure

obsTime

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