The top 10 best movies from 2010
## Title Year Rating
## 1 Inception 2010 8.8
## 2 Toy Story 3 2010 8.3
## 3 Incendies 2010 8.2
## 4 Shutter Island 2010 8.1
## 5 How to Train Your Dragon 2010 8.1
## 6 Black Swan 2010 8.0
## 7 The King's Speech 2010 8.0
## 8 Tangled 2010 7.8
## 9 The Fighter 2010 7.8
## 10 Kick-Ass 2010 7.7
## Rows: 10
## Columns: 3
## $ Title <chr> "Inception", "Toy Story 3", "Incendies", "Shutter Island", "How…
## $ Year <int> 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010
## $ Rating <dbl> 8.8, 8.3, 8.2, 8.1, 8.1, 8.0, 8.0, 7.8, 7.8, 7.7