| close.socket {utils} | 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 socket object | 
... | 
further arguments passed to or from other methods. | 
logical indicating success or failure
Thomas Lumley