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

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

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.