find_by_title: Retrieve OMDB info by title search
Description
Retrieve OMDB info by title search
Usage
find_by_title(title, type = NULL, season = NULL, episode = NULL, year_of_release = NULL, plot = "short", include_tomatoes = FALSE)
Arguments
title
Movie title to search for.
type
Type of result to return. One of [movie|series|episode|game].
season
if type is series or episode then it possible
to search within a season AND epispde (both required)
episode
if type is series or episode then it possible
to search within a season AND epispde (both required)
year_of_release
Year of release.
plot
Return short or full plot.
include_tomatoes
Include Rotten Tomatoes ratings.
Value
tbl_df/data.frame of search results (an empty one if none found). Also
classes as an omdb object for prettier printing