find_by_title {imdbapi} | R Documentation |
Retrieve OMDB info by title search
find_by_title(title, type = NULL, season = NULL, episode = NULL,
year_of_release = NULL, plot = "short", include_tomatoes = FALSE,
api_key = omdb_api_key())
title |
Movie title to search for. |
type |
Type of result to return. One of |
season |
if |
episode |
if |
year_of_release |
Year of release. |
plot |
Return |
include_tomatoes |
Include Rotten Tomatoes ratings. |
api_key |
OMDB API key. See |
tbl_df
/data.frame
of search results (an empty one if none found). Also
classes as an omdb
object for prettier printing
The API's search results limit to 10.