pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

lhs

Examples


c(1, 2, 3) %>% sum()

wvictor14/plmec documentation built on Feb. 4, 2025, 6:39 p.m.