# Column-wise operations ## Introduction ### Prerequisites In this chapter we'll continue using dplyr. dplyr is a member of the core tidyverse. ```{r setup, message = FALSE} library(tidyverse) ```