Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jefferis/gscraper
- Owner: jefferis
- Created: 2013-06-17T16:44:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T09:23:36.000Z (about 4 years ago)
- Last Synced: 2023-04-16T09:10:56.525Z (over 1 year ago)
- Language: HTML
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.