Data Challenge Lab Home

Data structure basics [program]

(Builds on: Manipulation basics)
(Leads to: Date/time basics, Function basics, Parsing basics)

Vectors are fundamental to almost everything you’ll do in R. You’ll almost always work with atomic vectors, lists (which are a type of vector), or tibbles (which are lists of vectors). In this reading, you’ll learn how to create and work with these three data structures.

Readings