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


ald0405/SangerTools documentation built on Jan. 31, 2023, 2:55 a.m.