Typo
This commit is contained in:
parent
f795a9a584
commit
7d750f5328
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue