pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

The result of the left-hand side (lhs) is passed to the right-hand side (rhs).


llrs/BaseSet documentation built on Jan. 28, 2024, 9:05 a.m.