pipe: Pipe operator, in order to use %>% without refering to...

%>%R Documentation

Pipe operator, in order to use %>% without refering to package all the time

Description

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).


nuriamw/micro4all documentation built on May 2, 2024, 9:18 a.m.