https://github.com/sjmgarnier/gir
A simple R package to search and retrieve pictures from Google Images
https://github.com/sjmgarnier/gir
Last synced: 3 months ago
JSON representation
A simple R package to search and retrieve pictures from Google Images
- Host: GitHub
- URL: https://github.com/sjmgarnier/gir
- Owner: sjmgarnier
- Created: 2014-02-14T01:10:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-15T04:32:42.000Z (over 11 years ago)
- Last Synced: 2025-01-28T03:30:30.114Z (5 months ago)
- Language: R
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GIr
===A simple R package to search and retrieve pictures from Google Images
### Package overview
#### Description
This package contains functions to search and retrieve pictures from Google Images based on keywords provided by the user. The images are automatically can be downloaded to the computer and stored in a folder in the working directory for later use.#### Installation
In R, run:
```R
install.packages("devtools")require("devtools")
install_github("morpionZ/GIr")
```#### Author(s)
Simon Garnier#### References
This package uses Google Images (deprecated) JSON API. More information about the API at: https://developers.google.com/image-search/v1/jsondevguide.