isRgui                package:svMisc                R Documentation

_I_s _R_g_u_i._e_x_e (_u_n_d_e_r _W_i_n_d_o_w_s) _r_u_n_n_i_n_g?

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

     Determine if the R UI is Rgui, the standard R program under
     Windows. This function can also be used under other platforms, but
     it will always return 'FALSE'.

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

     isRgui()

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

     'TRUE' if the R UI is Rgui.exe, 'FALSE' otherwise.

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

     Philippe Grosjean <phgrosjean@sciviews.org>

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

     'isSDI', 'isWin'

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

     isRgui()

