Retrieves standardized population data for a specified standard from dict_maps.
get_stdpop(std = "wld85", sep_zero = TRUE)A vector or data structure containing the standardized population data for the specified standard, or NULL if the standard is not supported.
if (FALSE) { # \dontrun{
get_std("cn64")
get_std("wld2000")
} # }