Next Level Web Scraping Posted on November 5, 2011 by Kay Cichini in R bloggers | 0 Comments [This article was first published on theBioBucket*, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. The outcome presented above will not be very useful to most of you – still, this could be a good example for what possibly can be done via web scraping in R.Background: TIRIS is the federal geo-statistical service of North-Tyrol, Austria. One of many great things it provides are historical and recent aerial photographs. These photographs can be addressed via URL’s. This is the basis of the script: the URL’s are retrieved, some parameters are adjusted, using the customized addresses images are downloaded and animated by saveHTML from the Animation-Package. The outcome (HTML-Animation) enables you to view and skip through aerial photographs of any location in North-Tyrol, from the year 1940 to 2010, and see how the landscape, buildings, etc. have changed…View the script HERE. Related Plot Animation with Imported Images...I really dig the animation package! ..so here's the outcome of my firsts encounters with saveHTML() - I produced an animation with pre-existing images by utilizing the functions readJPEG() and rasterImage() from the R-packages jpeg and ReadImage...October 10, 2011In "R bloggers"Yet Another One.. Animation with saveHTML / saveVideo from Package ANIMATION...some more playing with saveHTML, as.raster() and rasterImage(), producing a "flickering screen":Read more »October 12, 2011In "R bloggers"Scraping Flora of North AmericaSo Flora of North America is an awesome collection of taxonomic information for plants across the continent. However, the information within is not easily machine readable. So, a little web scraping is called for. rfna is an R package to collect inf...January 27, 2012In "R bloggers" To leave a comment for the author, please follow the link and comment on their blog: theBioBucket*. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job. Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. RreadLinessaveHTMLweb scraping