Tibbles can have a list column

Tibbles: just like a data frame, but the columns can also be lists instead of vectors.

This means that tibbles can have columns with different data types, nested lists, …