Scraping package with growing functionality
The BBC food website was not receiving further funding at one point, and was being archived with no easy way to search for recipes etc. This package so far scrapes the recipe list, however as more scraping demands appear it seemed sensible to store them somewhere
To install the development version from github (the package devtools is required):
library(devtools)
install_github("OJWatson/scraper")
Note that on Windows, a toolkit (Rtools) needs to be installed separately for devtools to work.
Once installed, the package can be loaded using:
library(waities)
- for bug reports, feature requests, contributions, use github's issue system