pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

lhs

Examples


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

wvictor14/planet documentation built on Feb. 6, 2025, 6:40 a.m.