rvest: easy web scraping with R
rvest is new package that makes it easy to scrape (or harvest) data from html web pages, by libraries like beautiful soup. It is designed to work with magrittr so that you can express complex operations as elegant pipelines composed of simple, easily understood pieces.
Great overview of rvest and its use for web scraping in R.
Axiom: You will have web scraping with you always. 😉 Not only because we are lazy, but disorderly to boot.
At CRAN: http://cran.r-project.org/web/packages/rvest/index.html (Author: Hadley Wickham)