Which pipe to use

I read dplyr 1.1.0 is coming soon and noticed that the examples use the R pipe |> rather than the magrittr pipe %>%

Is the reason behind that? I am still using %>% but open to persuasion if there are advantages to |>

Please excuse me if this has been discussed in depth elsewhere

1 Like

my take :
its slightly more performant though most people wont notice. its available to all with a modern R version without loading a library. its two keypresses instead of three to write out.

1 Like

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.