pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

lhs

Examples

c(1:10) %>% mean()

t-stei/dorothea documentation built on March 19, 2022, 7:26 a.m.