R/verbs.R
map_ports.Rd
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 )
The left module object
Port name or Id of the left module's output port
The right module object
Port name or Id of the right module's input port
ligical value indicating which module to return. Default to FALSE, the right module
connect ports from two different modules