CountryGroups: Membership in Country Groups

CountryGroupsR Documentation

Membership in Country Groups

Description

A data frame listing countries with logical variables indicating whether each country belongs to the G8, the G20, or the GGG.

Usage

data("CountryGroups")

Format

G8

country belongs to G8

G20

country belongs to G20

GGG

country belongs to GGG (global governance group)

Details

The country names are standardized to the CIA World Factbook names. Each of the variables G8, G20, GGG is a logical variable. TRUE means the country belongs to the corresponding group.

Source

http://en.wikipedia.org/wiki/G8, https://www.g20.org/about_g20/g20_members , http://www.mfa.gov.sg/content/mfa/overseasmission/newyork/nyemb_statements/global_governance_group/2012/201209/press_20122809.html

Examples

data(CountryGroups)
str(CountryGroups)

mdbeckman/dcData documentation built on March 18, 2023, 6:07 a.m.