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())
Movie title to search for.
Type of result to return. One of [movie|series|episode|game]
.
if type
is series
or episode
then it possible
to search within a season
AND epispde
(both required)
if type
is series
or episode
then it possible
to search within a season
AND epispde
(both required)
Year of release.
Return short
or full
plot.
Include Rotten Tomatoes ratings.
OMDB API key. See omdb_api_key()
& https://www.patreon.com/bePatron?u=5038490 for more information.
tbl_df
/data.frame
of search results (an empty one if none found). Also
classes as an omdb
object for prettier printing