Description Usage Arguments Value Author(s) Examples
View source: R/get_omdb_item_ratings.R
This function searches Item Ratings.
1 | get_omdb_item_ratings(omdb_id, API_KEY = Sys.getenv("API_KEY"))
|
omdb_id |
String with the omdb_id for a movie/series. |
API_KEY |
OMBD Api Key. Default: Get the Api Key from system environment. Use Sys.setenv('API_KEY' = 'XXXXX'). More information in: http://www.omdbapi.com/apikey.aspx |
Return a tibble with the movie/series ratings.
Alberto Almuiña
1 2 3 4 | ## Not run:
get_omdb_item_ratings(odmb_id = 'tt0120338')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.