grab_imdb_ratings: Go Get IMDb Ratings

Description Usage Arguments Details Value Examples

View source: R/getting_ratings.R

Description

Go get the data about your favorite show on IMDb. Grabs ratings for every episode of selected seasons.

Usage

1
grab_imdb_ratings(imdb_code, seasons)

Arguments

imdb_code

String in URL that identifies the desired show (format: "tt<numbers>")

seasons

Vector of the seasons to include

Details

Breakdown of dataframe contents

Value

Dataframe of the desired show's episodes (tibble)

Examples

1
2
# The Magicians (https://www.imdb.com/title/tt4254242/)
grab_imdb_ratings("tt4254242", c(1:5))

zachbogart/imdbScraper documentation built on Jan. 1, 2021, 1:49 p.m.