powered by
Get a data.frame (in long format) of population by age for multiple countries
age_df_countries(countries)
A data.frame (in long format) with 3 columns:
country: the country name
country
age: the age group
age
population: the number of people in this age group
population
A character string or a vector of character containing the names of the countries for which to return contact data
https://www.census.gov/programs-surveys/international-programs/about/idb.html
age_df_countries(c("Austria", "Belgium"))
Run the code above in your browser using DataLab