Learn R Programming

imdbapi (version 0.1.0)

search_by_title: Lightweight omdb title search

Description

Lightweight omdb title search

Usage

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)

See Also

http://www.omdbapi.com/