map_ports | R Documentation |
This function maps a module's outpout port to another module's input port.
map_ports( leftModule = NULL, leftPort = 1, rightModule = NULL, rightPort = 1, reverse = FALSE )
leftModule |
The left module object |
leftPort |
Port name or Id of the left module's output port |
rightModule |
The right module object |
rightPort |
Port name or Id of the right module's input port |
reverse |
ligical value indicating which module to return. Default to FALSE, the right module |
connect ports from two different modules
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.