r4ds/data-structures.Rmd

21 lines
366 B
Plaintext

---
layout: default
title: Data structures
---
# 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.