Usage
standardPopulation(region = "Europe")
Arguments
- region
Region of standard population. Can be either 'Europe' or 'World'.
Value
Data frame with age groups and population counts for chosen region.
Examples
# \donttest{
standard_data <- standardPopulation(region = "Europe")
# }