r4ds/data-structures.Rmd

16 lines
318 B
Plaintext

# Data structures
Might be quite brief.
Atomic vectors and lists. What is a data frame?
`typeof()` vs. `class()` mostly in context of how date/times and factors are built on top of simpler structures.
## Factors
(Since won't get a chapter of their own)
## Subsetting
Not sure where else this should be covered.