pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Arguments

lhs

the value to be piped in rhs

rhs

the function to be applied with first argument lhs

Value

the result of rhs(lhs, ...)


cases documentation built on April 3, 2025, 9:24 p.m.