r4ds/model-many.Rmd

15 lines
292 B
Plaintext
Raw Normal View History

2016-06-13 22:50:55 +08:00
# Working with many models
```{r setup-model, include=FALSE}
library(purrr)
set.seed(1014)
options(digits = 3)
```
i.e. how do tidyr, dplyr and purrr intersect.
* Why use a data frame?
* List columns in a data frame
* Mutate & filter.
* Creating list columns with `group_by()` and `do()`.