GIr-package: Package overview

Description Details Author(s) References Examples

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.

Details

Package: GIr
Type: Package
Version: 0.1
Date: 2014-02-13
License: GPL-2

Author(s)

Simon Garnier <garnier@njit.edu>

Maintainer: Simon Garnier <garnier@njit.edu>

References

This package uses Google Images (deprecated) JSON API. More information about the API at: https://developers.google.com/image-search/v1/jsondevguide.

Examples

1
2
3
4
5
6
7
require("EBImage")
imgs <- getIMGs(keywords = c("R", "is", "fantastic"),
                number = 5,
                WRITE = FALSE,
                RETURN = TRUE,
                imgtype = "all")
display(imgs[[1]])

sjmgarnier/GIr documentation built on May 30, 2019, 12:05 a.m.