pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

Pipe operator

NULL operator

Usage

lhs %>% rhs

x %||% y

Value

The result of rhs(lfs).

If rhs is NULL, will return lhs; otherwise returns rhs.


decorators documentation built on Sept. 30, 2022, 5:06 p.m.