relay {remoter} | R Documentation |
Launcher for the remoter relay.
relay(addr, recvport = 55556, sendport = 55555, verbose = FALSE)
addr |
The address of the server. |
recvport |
The port for receiving commands from the client. |
sendport |
The port for sending commands to the server. |
verbose |
Show verbose messaging. |
The relay is an intermediary or "middleman" between the client and server meant for machines with split login/compute nodes.
Returns TRUE
invisibly on successful exit.