pipe function

Pipe operator

Pipe operator

See magrittr::%>% for details.

lhs %>% rhs

Returns

Evaluates and returns the output of the function on the right hand side with the left hand side as first argument.

  • Maintainer: Katharina Baum
  • License: MIT + file LICENSE
  • Last published: 2022-09-23

Useful links