Concept Flow - Why lists hold mixed types
Create list with mixed elements
Store each element as separate object
Allow different types in same list
Access elements individually with their own type
A list in R can hold different types because each element is stored as its own object, allowing mixed types in one list.