sendSocketClients {svSocket} | R Documentation |
The text is send to one or more clients of the R socket server currently connected.
sendSocketClients(text, sockets = "all", serverport = 8888)
text |
The text to send to the client(s). |
sockets |
The Tcl name of the client(s) socket(s) currently connected (sockXXX), or "all" (by default) to send the same text to all connected clients. |
serverport |
The port of the server considered |
Philippe Grosjean (phgrosjean@sciviews.org)
closeSocketClients
, processSocket