Categories
October Surprise 2016

What does |> (pipe greater than) mean in R? – Stack Overflow

I have recently come across the code |> in R. It is a vertical line character (pipe) followed by a greater than symbol. Here is an example: mtcars |> head() What is the |> code doing?