Skip to content

Instantly share code, notes, and snippets.

@leeper
Created May 15, 2014 22:18
Show Gist options
  • Save leeper/dd1ff7f8166e0b1deb91 to your computer and use it in GitHub Desktop.
Save leeper/dd1ff7f8166e0b1deb91 to your computer and use it in GitHub Desktop.
TESS Data Archive Scraper
require('XML')
tess_studies_list <- function(){
x <- xmlParse('http://www.tessexperiments.org/previousstudies.html')
}
get_tess_study <- function(id, file){
download.file()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment