multi_port_map: multi_port_map

View source: R/pipes.R

multi_port_mapR Documentation

multi_port_map

Description

Pipe function for sequentially mapping/copying left module ports to right module inputs

Usage

multi_port_map(
  l_mod,
  r_mod,
  f = FALSE,
  t = NULL,
  is_parent = FALSE,
  is_copy = FALSE
)

Arguments

l_mod

Left module.

r_mod

Right module.

f

fast boolean. If TRUE return the right module.

t

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

is_parent

Is the left module a parent module? Default to FALSE.

is_copy

boolean. Default FALSE. Force the copy of the output ports.


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