# NOT RUN {
df <- download_oxford_npi_data(type = "measures", silent = TRUE, cached = TRUE)
df %>%
dplyr::group_by(country) %>%
dplyr::summarise(number_of_interventions = dplyr::n()) %>%
dplyr::arrange(-number_of_interventions)
# }
Run the code above in your browser using DataLab