/gscraper

Basic web scraping - designed to generate local cache of remote website

Primary LanguageHTML

gscraper

Installation

Currently there isn't a released version on CRAN.

Therefore the recommendation is to install from github using the remotes package to install the development version:

# install.packages("remotes")
remotes::install_github("gscraper/jefferis")

Note: Windows users need Rtools to install this way.