guiSave                package:svGUI                R Documentation

_S_a_v_e _o_n_e _o_r _s_e_v_e_r_a_l _o_b_j_e_c_t_s _t_o _a ._R_d_a_t_a _f_i_l_e

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

     This function is intended to be called by an object explorer
     context menu. It saves one or several objects to a .Rdata file.

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

     guiSave(..., list = character(0), ascii = FALSE, version = NULL, envir = parent.frame(), compress = TRUE)

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

     ...: The list of variables to save 

    list: Idem, but provided in a list 

   ascii: Should the data be written in ASCII or binary mode? 

 version: Which version of .Rdata to use 

   envir: From which environment objects should be retrieved? 

compress: Do we compress the file? 

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

     The path of the .Rdata file where variables are written.

_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...

