pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

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


DrDimont documentation built on Sept. 23, 2022, 5:06 p.m.