pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

Pipe operator

Usage

lhs %>% rhs

Value

return value of rhs function.

Examples

x <- 5 %>% sum(10)


harmony documentation built on Oct. 24, 2023, 1:06 a.m.