Why would you want to use pipes instead of nested functions in R?
1) Pipes make it easier to read long sequences of functions.
2) Pipes allow you to combine more functions in a single sequence.
3) Nested functions are no longer supported by R.
4) Pipes make it easier to add or remove functions.