Learn R Programming

SciViews (version 0.8-8)

getSocketServerName: Get the name of a R socket server

Description

Get the internal name given to a particular R socket server.

Usage

getSocketServerName(port = 8888)

Arguments

port
The port of the R socket server.

Value

  • A string with the server name, or NULL if it does not exist.

See Also

getSocketServers

Examples

Run this code
##TO DO...

Run the code above in your browser using DataLab