pipes: Pipes

Description Usage Arguments

Description

Equivalents to magrittr's pipes, plus some additions :

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
lhs %<>% rhs

lhs %>% rhs

lhs %>>% rhs

lhs %T>% rhs

lhs %T>>% rhs

lhs %$% rhs

lhs %$>>% rhs

lhs %S>% rhs

lhs %S>>% rhs

lhs %L>% rhs

lhs %L>>% rhs

Arguments

lhs

A value or a dot (.).

rhs

A function call using pipe semantics of the relevant pipe.


moodymudskipper/fastpipe documentation built on Dec. 12, 2019, 6:29 a.m.