pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

Pipe operator

Usage

lhs %>% rhs

Value

return value of rhs function.

Examples

x <- 5 %>% sum(10)


immunogenomics/harmony documentation built on Nov. 16, 2023, 12:19 a.m.