films22 {FilmsGmooG} | R Documentation |
Ratings of films and shorts from 2022
Description
Average ratings reported by IMDb of films and shorts with over 100 ratings from summer 2022.
Usage
data(films22)
Format
A data frame with 124667 observations on the following 8 variables.
nr
ID number of film
averageRating
Average rating of film
numVotes
How many rated the film
titleType
movie or short
primaryTitle
Title of film
genres
A combination of up to three film genres for each film
year
Year of release (from 1874 to 2022)
runtime
runtime in minutes
Details
This dataset is used in "Looking at the movies", Chapter 3 of "Getting (more out of) Graphics".
Source
Examples
data(films22, package="FilmsGmooG")
with(films22, table(titleType))
[Package FilmsGmooG version 0.1.0 Index]