Besides atomic vectors, data can be stored in many other ways in R: matrices, factors, data frames, and lists.

Why would we need so many different structures?

To define relationships between dataTo get better resultsWe don't, they are all basically the same

Yup! Data comes in all shapes and sizes we need to store it in understandable ways.

Yikes! Maybe data structures provide better results by defining relationships between data?