pipe: Pipe

Description Arguments Examples

Description

Pipe

Arguments

lhs, rhs

An object, and a function to apply to it

Examples

1
2
a <- 1:5
b <- a %>% sum()

gemini documentation built on Nov. 8, 2020, 8:22 p.m.