(Builds on: Manipulation basics)
As you dive deeper into dplyr, you’ll find yourself creating increasingly sophisticated pipelines of operations. It’s a good idea to learn a bit about the pipe, its strengths and weakensses, and when you should avoid it.
Introduction [r4ds-18.1]
Piping alternatives [r4ds-18.2]
When not to use the pipe [r4ds-18.3]
Other tools from magrittr [r4ds-18.4]