Description Usage Arguments Value Note See Also
Lightweight omdb title search
1 2  | search_by_title(term, type = NULL, year_of_release = NULL, page = 1,
  api_key = omdb_api_key())
 | 
term | 
 Movie title to search for.  | 
type | 
 Type of result to return. One of   | 
year_of_release | 
 Year of release.  | 
page | 
 1 for first 10 results, 2 for next ten, etc...  | 
api_key | 
 OMDB API key. See   | 
tbl_df/data.frame of search results (an empty one if none found)
The API's search results limit to 10 at a time (see argument page).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.