sendSocket {svSocket}R Documentation

Send data to a client through a socket.

Description

The text is send to one of the R socket server's clients currently connected.

Usage

sendSocket(text, socket)

Arguments

text The text to send to the client.
socket The Tcl name of the client socket currently connected.

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

processSocket

Examples

##TO DO...

[Package svSocket version 0.8-2 Index]