getSocketServers {svSocket}R Documentation

Get the ports of current R socket servers.

Description

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

Usage

getSocketServers()

Value

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

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

getSocketClients, getSocketServerName, startSocketServer


[Package svSocket version 0.9-43 Index]