Rows: 87
Columns: 14
$ name <chr> "Luke Skywalker", "C-3PO", "R2-D2", "Da…
$ height <int> 172, 167, 96, 202, 150, 178, 165, 97, 1…
$ mass <dbl> 77, 75, 32, 136, 49, 120, 75, 32, 84, 7…
$ hair_color <chr> "blond", NA, NA, "none", "brown", "brow…
$ skin_color <chr> "fair", "gold", "white, blue", "white",…
$ eye_color <chr> "blue", "yellow", "red", "yellow", "bro…
$ birth_year <dbl> 19.0, 112.0, 33.0, 41.9, 19.0, 52.0, 47…
$ sex <chr> "male", "none", "none", "male", "female…
$ gender <chr> "masculine", "masculine", "masculine", …
$ homeworld <chr> "Tatooine", "Tatooine", "Naboo", "Tatoo…
$ species <chr> "Human", "Droid", "Droid", "Human", "Hu…
$ films <list> <"A New Hope", "The Empire Strikes Bac…
$ vehicles <list> <"Snowspeeder", "Imperial Speeder Bike…
$ starships <list> <"X-wing", "Imperial shuttle">, <>, <>…