This commit is contained in:
Hadley Wickham 2022-04-28 07:40:12 -05:00
parent f795a9a584
commit 7d750f5328
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ While both of these forms have their time and place, the pipe generally produces
## magrittr and the `%>%` pipe
If you've been using the tidyverse for a while, you might be familiar with the `%>%` pipe provided by the **magrittr** package.
The magrittr package is included in the code the tidyverse, so you can use `%>%` whenever you load the tidyverse:
The magrittr package is included in the core tidyverse, so you can use `%>%` whenever you load the tidyverse:
```{r, message = FALSE}
library(tidyverse)