pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

This package was created while the native pipe got introduced in R, so we still rely on the pipe from magrittr which at the time of the writing offered a little more flexibility. See magrittr::%>% for details.

Usage

lhs %>% rhs

Arguments

lhs

A value or the magrittr placeholder.

rhs

A function call using the magrittr semantics.

Value

The result of calling rhs(lhs).


courtiol/rangeRinPA documentation built on Sept. 29, 2022, 9:54 a.m.