Im trying to create a histogram using data from the OECD on population age coherts. I have installed the OECD package, run the library function
and typed this in, but its telling me "could not find function "OECD", please help i dont know what to do
This is my script
OECD_data <- OECD(country = "all",
indicator = c("agestructures" = "HISTPOP"),
start = 2000, end = 2020, extra = TRUE)