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
I often start to nest function calls until I realize that a pipeline would be better, then it's some work to reformat it, we could do it very easily.
It wouldn't work both ways, because of special features of {nakedpipe}. The work that we did to translate to magrittr could be leveraged here in principle but it's a can of worms and not that useful so I'd rather not create technical debt.
The text was updated successfully, but these errors were encountered:
so
dim(head(iris, 2))
will be changed to :I often start to nest function calls until I realize that a pipeline would be better, then it's some work to reformat it, we could do it very easily.
It wouldn't work both ways, because of special features of {nakedpipe}. The work that we did to translate to magrittr could be leveraged here in principle but it's a can of worms and not that useful so I'd rather not create technical debt.
The text was updated successfully, but these errors were encountered: