find_by_id: Retrieve OMDB info by IMDB ID search

Description Usage Arguments Value Note See Also

Description

Retrieve OMDB info by IMDB ID search

Usage

1
2
find_by_id(id, type = NULL, year_of_release = NULL, plot = "short",
  include_tomatoes = FALSE, api_key = omdb_api_key())

Arguments

id

A valid IMDb ID (e.g. tt1285016)

type

Type of result to return. One of [movie|series|episode|game].

year_of_release

Year of release.

plot

Return short or full plot.

include_tomatoes

Include Rotten Tomatoes ratings.

api_key

OMDB API key. See omdb_api_key() & https://www.patreon.com/bePatron?u=5038490 for more information.

Value

tbl_df/data.frame of search results (an empty one if none found). Also classes as an omdb object for prettier printing

Note

The API's search results limit to 10.

See Also

http://www.omdbapi.com/


hrbrmstr/omdbapi documentation built on May 17, 2019, 5:11 p.m.