Learn R Programming

FilmsGmooG (version 0.1.0)

films22: 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)

Arguments

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".

Examples

Run this code
data(films22, package="FilmsGmooG")
with(films22, table(titleType))

Run the code above in your browser using DataLab