pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Arguments

lhs

An object which serves both as the initial value and as target.

rhs

a function call using the magrittr semantics.

Value

Follow applied function.


uribo/kuniezu documentation built on Jan. 12, 2023, 11:04 p.m.