Skip to contents

A data set with the themes in Pixar films as described by Vox.

Usage

themes_vox

Format

A data frame with 124 rows and 2 columns:

film

name of film

theme

theme in film

Examples

themes_vox
#> # A tibble: 124 × 2
#>    film           theme                        
#>    <chr>          <chr>                        
#>  1 Toy Story      A mismatched pair of partners
#>  2 Toy Story 2    A mismatched pair of partners
#>  3 Monsters, Inc. A mismatched pair of partners
#>  4 Finding Nemo   A mismatched pair of partners
#>  5 Ratatouille    A mismatched pair of partners
#>  6 WALL-E         A mismatched pair of partners
#>  7 Up             A mismatched pair of partners
#>  8 Toy Story 3    A mismatched pair of partners
#>  9 Cars 2         A mismatched pair of partners
#> 10 Brave          A mismatched pair of partners
#> # ℹ 114 more rows