guiRemove               package:svGUI               R Documentation

_R_e_m_o_v_e _o_n_e _o_r _s_e_v_e_r_a_l _o_b_j_e_c_t_s (_a_n_d _p_r_o_m_p_t _f_o_r _c_o_n_f_i_r_m_a_t_i_o_n)

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

     This function is intended to be called by an object browser
     context menu. It deletes variable(s) after prompting for
     confirmation.

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

     guiRemove(list = character(0), inherits = FALSE, ask = TRUE)

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

    list: A list of variables to delete 

inherits: Do the variables inherit from lower environments in the
          search path? 

     ask: Do we ask for confirmation to the user? 

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

     Nothing if the function succeed.

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiObjBrowse'

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

         #### TO DO...

