getSocketServerName         package:svSocket         R Documentation

_G_e_t _t_h_e _n_a_m_e _o_f _a _R _s_o_c_k_e_t _s_e_r_v_e_r

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

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

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

     getSocketServerName(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 string with the server name, or 'NULL' if it does not exist.

_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...

