r4ds/data-structures.Rmd

21 lines
366 B
Plaintext
Raw Normal View History

2015-12-17 07:22:03 +08:00
---
layout: default
2015-12-17 07:22:03 +08:00
title: Data structures
---
2015-12-12 02:34:20 +08:00
# Data structures
2015-12-06 22:02:29 +08:00
2015-12-12 02:34:20 +08:00
Might be quite brief.
2015-12-06 22:02:29 +08:00
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.