sendSocket             package:svSocket             R Documentation

_S_e_n_d _d_a_t_a _t_o _a _c_l_i_e_n_t _t_h_r_o_u_g_h _a _s_o_c_k_e_t.

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

     The text is send to one of the R socket server's clients currently
     connected.

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

     sendSocket(text, socket)

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

    text: The text to send to the client. 

  socket: The Tcl name of the client socket currently connected. 

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'processSocket'

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

     ##TO DO...

