pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

Re-export pipe operator %>% to turn function composition into a series of imperative statements. For more extensive description, see function `%>%` in package magrittr.

Arguments

lhs

First argument of the function of the right-hand-side of the pipe operator.

rhs

Function whose first argument is given by the left-hand-side argument lhs of the pipe operator.


juhokalle/rmfd4dfm documentation built on July 18, 2024, 10:19 p.m.