r4ds/data-structures.Rmd

20 lines
345 B
Plaintext
Raw Normal View History

----
layout: default
----
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.