Hacker News new | ask | show | jobs
by fjkdlsjflkds 597 days ago
> R's magrittr

These days, base R already includes a native pipe operator (and it is literally `|>`, rather than magrittr's `%>%`).