env                  package:gdata                  R Documentation

_D_i_s_p_l_a_y _I_n_f_o_r_m_a_t_i_o_n _a_b_o_u_t _A_l_l _L_o_a_d_e_d _E_n_v_i_r_o_n_m_e_n_t_s

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

     Display name, number of objects, and size of all loaded
     environments.

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

     env(unit=c("KB","MB","bytes"), digits=0)

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

    unit: required unit for displaying environment size: "bytes", "KB",
          "MB", or first letter.

  digits: number of decimals to display when rounding environment size.

_D_e_t_a_i_l_s:

     A verbose alternative to 'search()'.

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

     A data frame with the following columns: 

Environment: environment name.

 Objects: number of objects in environment.

      KB: environment size _(see notes)_.

_N_o_t_e:

     The name of the environment size column is the same as the unit
     used.

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

     Arni Magnusson arnima@u.washington.edu

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

     'search' displays environment names.

     'll' is related to 'env'.

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

     ## Not run: 
     env()
     ## End(Not run)

