pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

The left hand side object with the right hand side applied to it. Does not reassign this value to the left hand side.


votesmart documentation built on May 2, 2023, 1:11 a.m.