get_country_shares: Get country shares data

View source: R/data_access.R

get_country_sharesR Documentation

Get country shares data

Description

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

Functions to access metadata billion_ind_codes(), convert_ind_codes(), get_ind_billion(), get_ind_metadata(), get_sdi_ratio(), indicator_df


gpw13/billionaiRe documentation built on Sept. 27, 2024, 10:05 p.m.