getSocketServers          package:svSocket          R Documentation

_G_e_t _t_h_e _p_o_r_t_s _o_f _c_u_r_r_e_n_t _R _s_o_c_k_e_t _s_e_r_v_e_r_s.

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

     getSocketServers()

_V_a_l_u_e:

     A chyaracter vector, or 'NULL' if no R socket server is currently
     running.

_A_u_t_h_o_r(_s):

     Philippe Grosjean (phgrosjean@sciviews.org)

_S_e_e _A_l_s_o:

     'getSocketClients', 'getSocketServerName', 'startSocketServer'

_E_x_a_m_p_l_e_s:

     ## TO DO...

