# A tibble: 87 × 14
name height mass hair_color skin_color eye_color
<chr> <int> <dbl> <chr> <chr> <chr>
1 Yoda 66 17 white green brown
2 Ratts Tyerel 79 15 none grey, blue unknown
3 Wicket Syst… 88 20 brown brown brown
4 Dud Bolt 94 45 none blue, grey yellow
5 R2-D2 96 32 <NA> white, bl… red
6 R4-P17 96 NA none silver, r… red, blue
7 R5-D4 97 32 <NA> white, red red
8 Sebulba 112 40 none grey, red orange
9 Gasgano 122 NA none white, bl… black
10 Watto 137 NA black blue, grey yellow
# ℹ 77 more rows
# ℹ 8 more variables: birth_year <dbl>, sex <chr>,
# gender <chr>, homeworld <chr>, species <chr>,
# films <list>, vehicles <list>, starships <list>