Learn R Programming

omdbapi (version 0.2.0.9000)

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)

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...

Value

tbl_df/data.frame of search results (an empty one if none found)

See Also

http://www.omdbapi.com/