Rows: 87
Columns: 14
$ name <chr> "Luke Skywalker", "C-3PO", "R2-D2", "Darth Vader"…
$ height <int> 172, 167, 96, 202, 150, 178, 165, 97, 183, 182, 1…
$ mass <dbl> 77.0, 75.0, 32.0, 136.0, 49.0, 120.0, 75.0, 32.0,…
$ hair_color <chr> "blond", NA, NA, "none", "brown", "brown, grey", …
$ skin_color <chr> "fair", "gold", "white, blue", "white", "light", …
$ eye_color <chr> "blue", "yellow", "red", "yellow", "brown", "blue…
$ birth_year <dbl> 19.0, 112.0, 33.0, 41.9, 19.0, 52.0, 47.0, NA, 24…
$ sex <chr> "male", "none", "none", "male", "female", "male",…
$ gender <chr> "masculine", "masculine", "masculine", "masculine…
$ homeworld <chr> "Tatooine", "Tatooine", "Naboo", "Tatooine", "Ald…
$ species <chr> "Human", "Droid", "Droid", "Human", "Human", "Hum…
$ films <list> <"A New Hope", "The Empire Strikes Back", "Retur…
$ vehicles <list> <"Snowspeeder", "Imperial Speeder Bike">, <>, <>…
$ starships <list> <"X-wing", "Imperial shuttle">, <>, <>, "TIE Adv…