Description Usage Arguments Details Value Examples
View source: R/getting_ratings.R
Go get the data about your favorite show on IMDb. Grabs ratings for every episode of selected seasons.
1 | grab_imdb_ratings(imdb_code, seasons)
|
imdb_code |
String in URL that identifies the desired show (format: "tt<numbers>") |
seasons |
Vector of the seasons to include |
Breakdown of dataframe contents
"show": Name of the show
"season": Season Number
"episode": Episode Number
"air_date": Date the episode originally aired
"title": Name of the Episode
"rating": IMDb rating for the episode
"votes": How many votes the IMDb rating is based off of
Dataframe of the desired show's episodes (tibble)
1 2 | # The Magicians (https://www.imdb.com/title/tt4254242/)
grab_imdb_ratings("tt4254242", c(1:5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.