guiEval              package:svDialogs              R Documentation

_E_v_a_l_u_a_t_e _R _c_o_d_e _c_o_n_s_t_r_u_c_t_e_d _u_s_i_n_g _a _f_l_e_x_i_b_l_e _d_i_a_l_o_g _b_o_x

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

     This function is usually called by a flexible dialog box to
     execute R code that was build with it.

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

     guiEval(code, ident = "GUI ")

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

    code: A string wuth some R code 

   ident: Do we identify this execution (change the prompt) 

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

     The result of the evaluated R code

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiDlg', 'display'

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

     #### TO DO...

