Skip to contents

Matches country ISO3 codes to data in the country_shares data frame.

Usage

get_country_shares(
  iso3,
  billion = c("hep", "hpop", "uhc"),
  share_type = c("n", "perc")
)

Arguments

iso3

Country ISO3 codes.

billion

Relevant Billion, one of "hep", "hpop", or "uhc".

share_type

Type of share to return, either in total numbers of people ("n"), or as a percent of total projected population in 2023 ("perc").

See also