Learn R Programming

svSocket (version 0.9-48)

sendSocketClients: Send data to one or more clients through a socket.

Description

The text is send to one or more clients of the R socket server currently connected.

Usage

sendSocketClients(text, sockets = "all", serverport = 8888)

Arguments

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

See Also

closeSocketClients, processSocket