find_by_id {imdbapi} | R Documentation |
Retrieve OMDB info by IMDB ID search
Description
Retrieve OMDB info by IMDB ID search
Usage
find_by_id(id, type = NULL, year_of_release = NULL, plot = "short",
include_tomatoes = FALSE, api_key = omdb_api_key())
Arguments
id |
A valid IMDb ID (e.g. |
type |
Type of result to return. One of |
year_of_release |
Year of release. |
plot |
Return |
include_tomatoes |
Include Rotten Tomatoes ratings. |
api_key |
OMDB API key. See |
Value
tbl_df
/data.frame
of search results (an empty one if none found). Also
classes as an omdb
object for prettier printing
Note
The API's search results limit to 10.
[Package imdbapi version 0.1.0 Index]