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