imdb: Film reviews from the IMDB website (2000-2015)

Description Usage Format Examples

Description

Film reviews from the IMDB website (2000-2015)

Usage

1

Format

A tibble with 2,607 rows and 5 variables:

title,year

The title of the film and its year of release.

score

The aggregate rating for the film (from 0 to 10), based on voluntary user reviews at the site.

budget,gross

The reported budget for the film and its worldwide gross earnings (both in U.S. dollars).

Examples

1
2
3
# Here is a glimpse at the data
# available in `imdb`
dplyr::glimpse(imdb)

rich-iannone/rwr documentation built on Jan. 22, 2021, 7:51 p.m.