%>% {gemini}R Documentation

Pipe

Description

Pipe

Arguments

lhs, rhs

An object, and a function to apply to it

Examples

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

[Package gemini version 1.2.0 Index]