%>% {cases}R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Arguments

lhs

the value to be piped in rhs

rhs

the function to be applied with first argument lhs

Value

the result of rhs(lhs, ...)


[Package cases version 0.2.0 Index]