Skip to contents

oecd_region returns a vector of region representing OECD. The selection is based on the GDP of countries. If the total GDP of OECD countries from the region is greater than 50% of total GDP of the region, the region is considered as belonging of the OECD.

Usage

oecd_regions(region_mapping)

Arguments

region_mapping

a data.table of regional mapping.

Value

a vector of region name.

See also

Examples

oecd_regions(region_mappings[["witch17"]])
#> [1] "canada"  "europe"  "jpnkor"  "mexico"  "oceania" "usa"