%>% {votesmart}R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

The left hand side object with the right hand side applied to it. Does not reassign this value to the left hand side.


[Package votesmart version 0.1.2 Index]