Skip to content

Instantly share code, notes, and snippets.

@paulrougieux
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulrougieux/8922209 to your computer and use it in GitHub Desktop.
Save paulrougieux/8922209 to your computer and use it in GitHub Desktop.
FAOregioncodes for the FAOSTAT module
FAOregioncodes <- structure(list(FAOST_CODE = c(5000L,
5100L, 5101L, 5102L, 5103L, 5104L, 5105L, 5200L, 5203L, 5204L,
5206L, 5207L, 5300L, 5301L, 5302L, 5303L, 5304L, 5305L, 5400L,
5401L, 5402L, 5403L, 5404L, 5500L, 5501L, 5502L, 5503L, 5504L,
5600L, 5706L, 5801L, 5802L, 5803L, 5815L, 5817L, 5848L, 5849L),
Region = structure(c(37L, 1L, 10L, 20L, 23L, 31L, 34L, 2L,
24L, 8L, 7L, 30L, 5L, 9L, 11L, 32L, 29L, 35L, 13L, 12L, 25L,
33L, 36L, 26L, 6L, 18L, 19L, 27L, 4L, 14L, 16L, 15L, 28L, 17L,
21L, 3L, 22L),
.Label = c("Africa", "Americas", "Annex I countries",
"Antarctic Region", "Asia", "Australia and New Zealand", "Caribbean",
"Central America", "Central Asia", "Eastern Africa", "Eastern Asia",
"Eastern Europe", "Europe", "European Union", "LandLocked developing countries",
"Least Developed Countries", "Low Income Food Deficit Countries",
"Melanesia", "Micronesia", "Middle Africa", "Net Food Importing Developing Countries",
"Non-Annex I countries", "Northern Africa", "Northern America",
"Northern Europe", "Oceania", "Polynesia", "Small Island Developing States",
"South-Eastern Asia", "South America", "Southern Africa", "Southern Asia",
"Southern Europe", "Western Africa", "Western Asia", "Western Europe",
"World"),
class = "factor")),
.Names = c("FAOST_CODE", "Region"
), row.names = c(1L, 255L, 316L, 338L, 347L, 355L, 360L, 377L,
431L, 436L, 444L, 470L, 484L, 536L, 541L, 550L, 559L, 570L, 588L,
642L, 654L, 668L, 686L, 696L, 725L, 730L, 735L, 743L, 754L, 756L,
784L, 835L, 866L, 919L, 984L, 1065L, 1108L),
class = "data.frame")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment