You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the data as the last argument makes sense in (e.g.) haskell because of currying, but in R I think it makes sense to have it as the first argument, so you can use the pipe:
I have changed this up a bit, so the "simple" choice is now with (which I have changed to be flip map), I hope this gives a good choice for all.
An aside is that through these comments I discovered a bug in magrittr which slowed my working on them considerably. So I apologies if it seemed I had ignored them.
e.g.
Having the data as the last argument makes sense in (e.g.) haskell because of currying, but in R I think it makes sense to have it as the first argument, so you can use the pipe:
The text was updated successfully, but these errors were encountered: