Description Usage Arguments Value See Also
This is a slightly lower-level method than sendRshare to send data through a Tcl socket. It requires the user to know the name of the Tcl channel through which the data is to be sent.
1 |
obj |
the R object to be sent. May be of any type. |
sock |
a chacter vector containing the Tcl socket identifier. |
block |
logical; whether to block for a response. |
timeout |
number of seconds to wait for a response
if |
invisibly returns TRUE
for successful non-blocking
sends, otherwise returns the response received for
blocking sends.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.