Last data update: 2014.03.03

R: Chain together multiple operations.
%>%R Documentation

Chain together multiple operations.

Description

This is a copy of the documentation for %>% in dplyr. The copy here is made to conform to CRAN requirements regarding documentation. Please see the dplyr documenation for the complete and current documentation.

Usage

lhs %>% rhs

Arguments

lhs,rhs

A dataset and function to apply to it

Results