Table of Contents

Taxi

Uber

Taxi

list

cd <- c(); 
for(f in files){
  fname <- paste(f,".txt",sep=""); page <- paste(pa,fname,sep="")
  test <- tryCatch(download.file(page,fname,method="auto"),error=function(e) e)
  if(is.integer(test)) { cat(f,"\n") } else { cd <- c(cd,f) }
}
notes/data/taxi.txt · Last modified: 2016/06/23 21:59 by vlado
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki