parent
ecc6dc7909
commit
78420af98a
|
@ -208,7 +208,7 @@ The pipe is a powerful tool, but it's not the only tool at your disposal, and it
|
|||
|
||||
## Other tools from magrittr
|
||||
|
||||
All packages in the tidyverse automatically make `%>%` alivaiable for you, so you don't normally load magrittr explicitly. However, there are some other useful tools inside magrittr that you might want to try out:
|
||||
All packages in the tidyverse automatically make `%>%` available for you, so you don't normally load magrittr explicitly. However, there are some other useful tools inside magrittr that you might want to try out:
|
||||
|
||||
* When working with more complex pipes, it's sometimes useful to call a
|
||||
function for its side-effects. Maybe you want to print out the current
|
||||
|
|
Loading…
Reference in New Issue