Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jefferis/gscraper

Basic web scraping - designed to generate local cache of remote website
https://github.com/jefferis/gscraper

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# gscraper

## Installation
Currently there isn't a released version on [CRAN](http://cran.r-project.org/).

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

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

Note: Windows users need [Rtools](https://cran.r-project.org/bin/windows/Rtools/) to install this way.