Skip to content

Instantly share code, notes, and snippets.

@corynissen
Created June 11, 2014 12:47
Show Gist options
  • Save corynissen/2ae5641f92f850c8feb6 to your computer and use it in GitHub Desktop.
Save corynissen/2ae5641f92f850c8feb6 to your computer and use it in GitHub Desktop.
download the bus stop pdf files
library(downloader)
for(link in links){
url1 <- paste0("http://www.district87.org", link)
download(url1, file.path("data", basename(url1)))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment