pipe: Pipe an object forward into a function call/expression.

Description Usage Arguments Source See Also

Description

Pipe an object forward into a function call/expression.

Usage

1
lhs %>% rhs

Arguments

lhs

The value to be piped

rhs

A function or expression

Source

This is just the imported function from the magrittr package. The documentation you should read for the %>% function can be found here: pipe

Adding the function in the package while importing it is a trick taken from the dplyr package (in the file chain.r)

See Also

pipe


facebook.S4 documentation built on May 2, 2019, 4 a.m.