make_double_pipe: make_double_pipe: Pipe function generator

View source: R/pipes.R

make_double_pipeR Documentation

make_double_pipe: Pipe function generator

Description

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

Usage

make_double_pipe(l, r, f = FALSE, rev = FALSE)

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 '<<'.


Novartis/tidymodules documentation built on Feb. 27, 2023, 8:35 a.m.