pipe: Pipe operator

Description Usage Details

Description

Forward piping operator.

Usage

1
lhs %>% rhs

Details

The value of the left hand side expression is passed to the right hand side expression. It is matched to the first argument by default. This can be controlled by using the dummy argument ., which stands in for the LHS value.

See package magrittr for details.


olobiolo/acutils documentation built on Nov. 28, 2021, 9:35 p.m.