make_double_pipe: make_double_pipe: Pipe function generator

Description Usage Arguments

View source: R/pipes.R

Description

Create a pipe function for mapping a module output to a module input

Usage

1

Arguments

l

Left module.

r

Right module.

f

fast boolean. Used with the '>>' or '<<' signs to return the item at the opposite of the arrow.

rev

Reverse operation. Boolean that indicates if this is a reverse operation, i.e. '<' or '<<'.


xni7/tidymodules documentation built on Dec. 23, 2021, 7:10 p.m.