Learn R Programming

SciViews (version 0.8-8)

sendSocket: 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.

See Also

processSocket

Examples

Run this code
##TO DO...

Run the code above in your browser using DataLab