Displaying 2 results from an estimated 2 matches for "52465956".
Did you mean:
246.5956
2019 Oct 05
0
should base R have a piping operator ?
...t, don't.
This simple.
As for your example, compose, there is a StackOverflow question on it.
See this answer [3].
[1] https://stat.ethz.ch/R-manual/R-devel/library/base/html/funprog.html
[2] https://stat.ethz.ch/R-manual/R-devel/library/base/html/Recall.html
[3] https://stackoverflow.com/a/52465956/8245406
Hope this helps,
Rui Barradas
?s 16:48 de 05/10/19, Ant F escreveu:
> Hi John,
>
> Thanks, but the Bizzaro pipe comes with many flaws though :
> * It's not a single operator
> * It has a different precedence
> * It cannot be used in a subcall
> * The variable as...
2019 Oct 05
4
should base R have a piping operator ?
Hi John,
Thanks, but the Bizzaro pipe comes with many flaws though :
* It's not a single operator
* It has a different precedence
* It cannot be used in a subcall
* The variable assigned to must be on the right
* It doesn't trigger indentation when going to the line
* It creates/overwrite a `.` variable in the worksace.
And it doesn't deal gracefully with some lazy evaluation edge