guiCmd                package:svMisc                R Documentation

_S_e_n_d _a _c_o_m_m_a_n_d _t_o _t_h_e _G_U_I _c_l_i_e_n_t

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

     This function is not intended to be used at the command line
     (except for debugging purposes). It sends a command string to a
     GUI client.

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

     guiCmd(command)

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

 command: The command string to send 

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

     TRUE if the command succeed, the content of 'command', otherwise.

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiInstall', 'guiStart'

