Skip to content

Instantly share code, notes, and snippets.

@srgist
Created May 7, 2015 10:32
Show Gist options
  • Save srgist/58461e7bca04489665f6 to your computer and use it in GitHub Desktop.
Save srgist/58461e7bca04489665f6 to your computer and use it in GitHub Desktop.
g<-c("http://www.google.com","http://www.google.co.in")
q<-c("thalassemia")
paste0(g[1],"/?q=",q)
library(rvest)
pg<-html(paste0(g[1],"/?q=",q))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment