Substitute the magrittr Pipe `%>%` with R’s Native Pipe Operator `|>` | /en/2022/04/magrittr-native-pipe/
R 4.1.0 has added a native pipe operator |> to base R. If you are using the magrittr pipe %>% and want to switch to |> in your R scripts (you do not have to), I have a quick function …