r4ds/column-wise.Rmd

21 lines
369 B
Plaintext

# Column-wise operations {#column-wise}
```{r, results = "asis", echo = FALSE}
status("drafting")
```
## Introduction
<!--# TO DO: Write introduction. -->
### Prerequisites
In this chapter we'll continue using dplyr.
dplyr is a member of the core tidyverse.
```{r setup, message = FALSE}
library(tidyverse)
```
<!--# TO DO: Write chapter around across, etc. -->