pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

Pipe an object forward into a function or call expression.

Examples

c(1, 2, 3) %>% sum()

saezlab/decoupleR documentation built on June 9, 2025, 1:55 p.m.