if (FALSE) {
useragent <- "YourName Contact@domain.com"
getMasterIndex(2006, useragent)
## Downloads quarterly master index files for 2006 and
## stores into yearly 2006master.Rda file.
getMasterIndex(c(2006, 2008), useragent)
## Downloads quarterly master index files for 2006 and 2008, and
## stores into 2006master.Rda and 2008master.Rda files.
}
Run the code above in your browser using DataLab