pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

lhs

Examples

c(1:10) %>% mean()

saezlab/dorothea documentation built on Feb. 24, 2024, 8:12 p.m.