8  Chaining operations

Learning objectives

8.1 Context

In the section above we performed several operations on a single data set. Often there is a sequence to this, where the output of one operation gets fed into the next. We can simplify this by chaining commands.

8.2 Pipes

LO: using pipes

8.3 Summary

Key points