Skip to content
Prev 59419 / 63430 Next

[External] brief update on the pipe operator in R-devel

On Tue, 12 Jan 2021 at 20:23, <luke-tierney at uiowa.edu> wrote:
Interesting. Is the use of "d =>" restricted to pipelines? In other
words, I think that it shouldn't be equivalent to "function(d)", i.e.,
that this:

x <- d => lm(mpg ~ disp, data = d)

shouldn't work.