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. 22, 2024, 10:05 p.m.