search_by_title {imdbapi} | R Documentation |
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 |
year_of_release |
Year of release. |
page |
1 for first 10 results, 2 for next ten, etc... |
api_key |
OMDB API key. See |
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
[Package imdbapi version 0.1.0 Index]