multi_port_map: multi_port_map

Description Usage Arguments

View source: R/pipes.R

Description

Pipe function for sequentially mapping left module outputs to right module inputs

Usage

1
multi_port_map(l_mod, r_mod, f = FALSE, t = NULL)

Arguments

l_mod

Left module.

r_mod

Right module.

f

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

t

mapping type. Default to NULL. Could also be 'input' for mapping input to input.


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