[Rd] A few suggestions and perspectives from a PhD student
Hadley Wickham
h.wickham at gmail.com
Tue May 9 00:29:09 CEST 2017
> There are tradeoffs. As demonstrated above, the pipe is clearly
> inferior in that it is doing a lot of complicated stuff under the
> hood, and when you try to traceback() through the call stack you have
> to sift through all that complicated stuff. That's a pretty big
> drawback in my opinion.
To be precise, that is a problem with the current implementation of
the pipe. It's not a limitation of the pipe per se.
Hadley
--
http://hadley.nz
More information about the R-devel
mailing list