r4ds/data-structures.Rmd

22 lines
398 B
Plaintext
Raw Normal View History

2015-12-06 22:02:29 +08:00
---
layout: default
title: Data structures
output: bookdown::html_chapter
---
Might be quite brief.
## Data structures
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.