pipe: Pipe

%>%R Documentation

Pipe

Description

Pipe

Arguments

lhs, rhs

An object, and a function to apply to it

Examples

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

sellerslab/gemini documentation built on Dec. 5, 2022, 8:56 a.m.