multi_port_map | R Documentation |
Pipe function for sequentially mapping/copying left module ports to right module inputs
multi_port_map( l_mod, r_mod, f = FALSE, t = NULL, is_parent = FALSE, is_copy = FALSE )
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.