Data Challenge Lab Home

Pipes [program]

(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.

Readings