# A tibble: 13 x 2
name value
<chr> <chr>
1 name character
2 height integer
3 mass numeric
4 hair_color character
5 skin_color character
6 eye_color character
7 birth_year numeric
8 gender character
9 homeworld character
10 species character
11 films list
12 vehicles list
13 starships list
If list columns are present,
dfSummary()
fails.Add support for list columns of at least ignore them with an appropriate warning.
PS.: I accidentally closed #92