Learn R Programming

svSocket (version 0.9-55)

getSocketServers: Get the ports of current R socket servers

Description

Returns a list with all the ports of currently running R socket servers.

Usage

getSocketServers()

Arguments

Value

  • A character string vector, or NULL if no R socket server is currently running.

concept

stateful socket server interprocess communication

See Also

getSocketClients, getSocketServerName, startSocketServer