%>% {fChange}R Documentation

Pipe operator

Description

See tidyr::%>% for details.

Usage

lhs %>% rhs

Arguments

lhs

A value or the tidyr placeholder.

rhs

A function call using the tidyr semantics.

Value

The result of calling rhs(lhs).


[Package fChange version 2.1.0 Index]