README.md

giphyR

The giphy package is a programmatic R interface to Giphy.

Development

We welcome contributions from any individual, whether code, documentation, or issue tracking. All participants are expected to follow the code of conduct for this project.

Package functions resolve various giphy APIs and enable plotting. Note that the package requires the installation of ImageMagick. Otherwise it's really hard to manage the data. Also, check out the great magick package, by Jeroen Ooms. More plugins will be available over time to that package. Currently giphyR is a very simple wrapper.

Currently implemented in giphyR

Install giphyR

install.packages("devtools")
library(devtools)
install_github("rSimonGoring/giphyR")
library(giphyR)


SimonGoring/giphyR documentation built on May 9, 2019, 1:06 a.m.