A data set with scores of critical and public response.
public_response
A data frame with 23 rows and 5 variables:
name of film
score from the American review-aggregation website Rotten Tomatoes; scored out of 100
score from Metacritic where scores are weighted average of reviews; scored out of 100
score from market research firm CinemaScore; scored by grades A, B, C, D, and F
score from Critics' Choice Movie Awards presented by the American-Canadian Critics Choice Association (CCA); scored out of 100
public_response
#> # A tibble: 24 × 5
#> film rotten_tomatoes metacritic cinema_score critics_choice
#> <chr> <dbl> <dbl> <chr> <dbl>
#> 1 Toy Story 100 95 A NA
#> 2 A Bug's Life 92 77 A NA
#> 3 Toy Story 2 100 88 A+ 100
#> 4 Monsters, Inc. 96 79 A+ 92
#> 5 Finding Nemo 99 90 A+ 97
#> 6 The Incredibles 97 90 A+ 88
#> 7 Cars 74 73 A 89
#> 8 Ratatouille 96 96 A 91
#> 9 WALL-E 95 95 A 90
#> 10 Up 98 88 A+ 95
#> # … with 14 more rows