close.socket | R Documentation |
Closes the socket and frees the space in the file descriptor table. The port may not be freed immediately.
close.socket(socket, ...)
socket |
a |
... |
further arguments passed to or from other methods. |
logical indicating success or failure
Thomas Lumley
make.socket
, read.socket
Compiling in support for sockets was optional prior to R 3.3.0: see
capabilities("sockets")
to see if it is available.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.