Having gotten my head fully around R pipes, I feel I need to write an article about it before I forget the fiddly details:

|>, %>%, with(), lambdas, %$%, ...

there are a lot of clever tricks for edge cases! (The with() hack I should have figured out for myself though!)

Also, %$% -- the exposition pipe -- why didn't any of you tell me about this one!?!? You're slacking!

#rlang #datascience #stats #statistics #rprogramming #tidyverse #tidydata #Rpipes #pipes!