Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Filtering by row
Extracting data by column
Practice using filter() and select()
The pipe operator
Sorting rows
Summary
30. Congratulations

Instruction

Good job! As you can see, it is much easier to use functions joined with pipe operators than just base functions. Imagine having to write all this without pipe operators!

Also, when we look at someone's code, the pipe operator quickly shows us what is going on.

Exercise

Click Next exercise to continue. In the next part, we'll continue to learn the most useful dplyr functions.