processSocket            package:svSocket            R Documentation

_T_h_e _f_u_n_c_t_i_o_n _t_h_a_t _p_r_o_c_e_s_s_e_s _a _c_o_m_m_a_n_d _f_r_o_m _t_h_e _s_o_c_k_e_t.

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

     This is the default R function called each time data is send by a
     client through a socket. It is possible to customize this function
     and to use customized versions for particular R socket servers.

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

     processSocket(msg)

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

     msg: The message send by the client, to be processed. 

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

     Returns a string with the result of the process.

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'startSocketServer', 'sendSocket'

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

     ##TO DO...

