Lists can also contain more complex data components such as whole vectors, matrices or data frames.

Great! We can see that lists are very flexible. We could even store a list inside another list if we wanted to.

Almost! We create a list with the list() function.