giphy_api_search: Search the giphy archives

Description Usage Arguments Details Value Author(s)

Description

Search the giphy archives.

Usage

1
2
giphy_api_search(phrase, n = NULL, offset = NULL, rating = NULL,
  type = "gifs")

Arguments

phrase

Phrase to search for (required)

n

Maximum number of images to return.

offset

Starting point in the stream to search from (by default, starts at the beginning of the stream, but specify 50 to start at the 50th gif).

rating

Limits gifs to a rating of y, g, pg, pg-13 or r (this is a limit not a filter).

type

Either "gifs" or "stickers" (or a partial string match to either). The default is to return gifs.

Details

If n is omitted, giphy will return 25 images.

Note that all the giphy_api_* functions do not actually download gifs.

Value

A list of results that is a little complicated at the present.

Author(s)

Rich FitzJohn


richfitz/jiffy documentation built on May 27, 2019, 8:18 a.m.