pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

Pipe operator

Usage

lhs %>% rhs

Arguments

lhs

A value or the dplyr placeholder.

rhs

A function call using the dplyr semantics.

Value

The result of calling 'rhs(lhs)'.


jhudsl/leanbuild documentation built on April 17, 2025, 3:15 p.m.