pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

The evaluation result of rhs(lhs), if rhs is a function and lhs is an object. See magrittr::%>% for more details.


Merck/pkglite documentation built on Nov. 10, 2024, 7:43 p.m.