CountryGroups | R Documentation |
A data frame listing countries with logical variables indicating whether each country belongs to the G8, the G20, or the GGG.
data("CountryGroups")
country belongs to G8
country belongs to G20
country belongs to GGG (global governance group)
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.
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
data(CountryGroups) str(CountryGroups)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.