Understanding the native R pipe |>
A while back, I wrote this tweet showing many (not all!) of the ways one might search for a particular set of columns in a data frame using R. Several of these approaches used the {magrittr} pipe (%__%) and the native R pipe (|__), the lat...
![](https://ivelasq.rbind.io/blog/understanding-the-r-pipe/thumbnail-wide.jpg)