%>% {tidyplots}R Documentation

The pipe

Description

The pipe

Usage

lhs %>% rhs

Arguments

lhs

A value.

rhs

A function call.

Value

The result of the calling the function rhs with the parameter lhs.


[Package tidyplots version 0.3.1 Index]