sendSocket {svSocket} | R Documentation |
The text is send to one of the R socket server's clients currently connected.
sendSocket(text, socket)
text |
The text to send to the client. |
socket |
The Tcl name of the client socket currently connected. |
Philippe Grosjean (phgrosjean@sciviews.org)
##TO DO...