CountryGroups: Membership in Country Groups

Description Usage Format Details Source Examples

Description

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

Usage

1
data("CountryGroups")

Format

G8

country belongs to G8

G20

country belongs to G20

GGG

country belongs to the GGG

Details

Each of the variables G8, G20, GGG is a logical variable. TRUE means the country belongs to the group.

The country names are standardized to the CIA World Factbook names.

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

1
2
data(CountryGroups)
## maybe str(CountryGroups) ; plot(CountryGroups) ...

DataComputing/DataComputing documentation built on May 6, 2019, 1:39 p.m.