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 April 12, 2024, 10:41 a.m.