getSocketClients          package:svSocket          R Documentation

_G_e_t _i_n_f_o_s _a_b_o_u_t _s_o_c_k_e_t _c_l_i_e_n_t_s

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

     List all clients currently connected to a given R socket server.

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

     getSocketClients(port = 8888)

_A_r_g_u_m_e_n_t_s:

    port: The port of the R socket server. 

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

     A vector of character string with the address of clients in the
     form XXX.XXX.XXX.XXX:YYY where XXX.XXX.XXX.XXX is their ip address
     and YYY is thier port. The name of these items equals the
     corresponding Tcl socket name.

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'getSocketServers'

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

         # TO DO...

