The new S language,
published 1988,
introduced functions, …
Statistical Models in S,
published 1991,
introduced data frames, …
S - 1976
R - 1993
We will be focussing on the modern Tidyverse approach.
- “tidy data”: the data frame (“tibble”) is the one true data structure
dplyr
,ggplot2
,tidyr
,purrr
, etc- mostly written by Hadley Wickham
- simpler, safer, and less “helpful”