Retrieves standardized population data for a specified standard from dict_maps.

get_stdpop(std = "wld85", sep_zero = TRUE)

Arguments

std

Character string specifying the population standard. Supported values are "cn64", "cn82", "cn2000", "wld85", "wld2000". Defaults to "wld85".

sep_zero

Logical value indicating whether age 0 should be treated as a separate group.

Value

A vector or data structure containing the standardized population data for the specified standard, or NULL if the standard is not supported.

Examples

if (FALSE) { # \dontrun{
  get_std("cn64")
  get_std("wld2000")
} # }