Skip to content

Instantly share code, notes, and snippets.

@AABoyles
Created March 18, 2013 20:34
Show Gist options
  • Save AABoyles/5190564 to your computer and use it in GitHub Desktop.
Save AABoyles/5190564 to your computer and use it in GitHub Desktop.
Read the Entire History of the Failed States Index into an R Data Frame
require(RCurl)
gDocs <- "https://docs.google.com/spreadsheet/pub?key=0AuRPH1hRlnZhdEhtbGtZWTRybThvNXBLZW15Vk1Lenc&single=true&gid=0&output=csv"
txCon <- textConnection(getURL(gDocs))
FSI <- read.csv(txCon)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment