getSocketServerName {svSocket} | R Documentation |
Get the internal name given to a particular R socket server.
getSocketServerName(port = 8888)
port |
The port of the R socket server. |
A string with the server name, or NULL
if it does not exist.
Philippe Grosjean (phgrosjean@sciviews.org)