Get regions for different income groups in SSP4 2010 (by default)
get_ssp_regions(
pcGDP,
reg_names,
income_group,
ssp_filter = "SSP4",
year_filter = aglu.PCGDP_YEAR
)
A tibble with per capita GDP estimates, including columns GCAM_region_ID
,
scenario
, year
, and value
A tibble with columns GCAM_region_ID
and region
A string indicating which region group (low, medium, high)
A string indicating which SSP to filter to (SSP4 by default)
An integer indicating which year to use (2010 by default)
A character vector of region names belonging to the specified income group.