pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

Pipe operator

Usage

lhs %>% rhs

Value

return value of rhs function.

Examples

x <- 5 %>% sum(10)


korsunskylab/rcna documentation built on Aug. 27, 2023, 4:40 a.m.