Skip to content

Instantly share code, notes, and snippets.

@giocomai
Created October 6, 2015 20:50
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 giocomai/68eaa9724aa2fe54b905 to your computer and use it in GitHub Desktop.
Save giocomai/68eaa9724aa2fe54b905 to your computer and use it in GitHub Desktop.
Import into R names of the countries of the world in Russian
library("XML")
library("plyr")
countriesRu <- ldply(xmlToList(readLines("https://www.artlebedev.ru/tools/country-list/xml/")), data.frame)
countriesRu <- countriesRu[-1,]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment