22 lines
398 B
Plaintext
22 lines
398 B
Plaintext
|
---
|
||
|
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.
|