search_by_title: Lightweight omdb title search

Description Usage Arguments Value Note See Also

Description

Lightweight omdb title search

Usage

1
2
search_by_title(term, type = NULL, year_of_release = NULL, page = 1,
  api_key = omdb_api_key())

Arguments

term

Movie title to search for.

type

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

year_of_release

Year of release.

page

1 for first 10 results, 2 for next ten, etc...

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)

Note

The API's search results limit to 10 at a time (see argument page).

See Also

http://www.omdbapi.com/


imdbapi documentation built on May 2, 2019, 10:15 a.m.