pipe: Pipe operator See 'magrittr::%>%' for details.

%>%R Documentation

Pipe operator See magrittr::%>% for details.

Description

Pipe operator 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)'.


SangerTools documentation built on March 18, 2022, 6:45 p.m.