Data Challenge Lab Home

Lists [program]

(Builds on: Data structure basics)
(Leads to: Iteration)

Lists are R’s most flexible data structure because you can put anything inside a list, even other lists. They power tibbles and data frames, and most other complex object types (e.g. linear models).

Readings