|
|
|
|
|
by gforge
1271 days ago
|
|
The pipe is one of those things that once you've tried it you never want to go back. The pipe came to R a few years back and I would argue that it is one of the best features. I admit that data munging is a very stepwise process but I find myself frequently missing it in Ts when I code. It makes the code denser as you use fewer intermediate variables while the code id still easy to debug. |
|