wpp_age {socialmixr} | R Documentation |
Get age-specific population data according to the World Population Prospects 2017 edition
Description
This uses data from the wpp2017
package but combines male and female,
and converts age groups to lower age limits. If the requested year is not present
in the historical data, wpp projections are used.
Usage
wpp_age(countries, years)
Arguments
countries |
countries, will return all if not given |
years |
years, will return all if not given |
Value
data frame of age-specific population data
Examples
wpp_age("Italy", c(1990, 2000))
[Package socialmixr version 0.3.2 Index]