jiffy_random(tag = NULL, type = "gifs", what = "original", format = "gif", dest = NULL, quiet = FALSE)jiffy_translate(phrase, type = "gifs", what = "original", format = "gif", dest = NULL, quiet = FALSE)
original will
always be available but giphy supplies fixed_height,
fixed_width downsized, etc. See
names(x$images) for possible options for a given image.
The default is to download the original (largest) gif.mp4 and webp are often available (for
what="looping" the only option is mp4.Download a random gif from giphy.
## Not run: # # Download a random cat: # gif <- jiffy_random("cat") # show_gif(gif) # # # MRW someone suggests not using stringsAsFactors=FALSE # gif <- jiffy_translate("hell no") # show_gif(gif) # ## End(Not run)