Skip to contents

See magrittr::%>% for details.

Usage

lhs %>% rhs

Arguments

lhs

the value to be piped in rhs

rhs

the function to be applied with first argument lhs

Value

the result of rhs(lhs, ...)