Retrieve OMDB info by IMDB ID search
find_by_id(id, type = NULL, year_of_release = NULL, plot = "short",
include_tomatoes = FALSE, api_key = omdb_api_key())A valid IMDb ID (e.g. tt1285016)
Type of result to return. One of [movie|series|episode|game].
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