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 Feb. 20, 2024, 3:11 p.m.