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
.() would be a bit like !! but work with base functions too.
substitution could be made upfront, or step by step so it can use temp variables (but I don't imagine use cases now where it would be useful).
Upfront is faster, and doesn't need to be dealt with in debugging pipe. Translations into magrittr won't look too good.
.()
would be a bit like!!
but work with base functions too.substitution could be made upfront, or step by step so it can use temp variables (but I don't imagine use cases now where it would be useful).
Upfront is faster, and doesn't need to be dealt with in debugging pipe. Translations into magrittr won't look too good.
We might find some intersting uses for
..()
:The text was updated successfully, but these errors were encountered: