home *** CD-ROM | disk | FTP | other *** search
-
- _G_a_r_b_a_g_e _C_o_l_l_e_c_t_i_o_n
-
- gc()
- gcinfo(verbose)
-
- _A_r_g_u_m_e_n_t_s:
-
- verbose : a logical value.
-
- _V_a_l_u_e:
-
- A call of gc causes a garbage collection to take place.
- This usually takes place automagically without user
- intervention.
-
- The associated function gcinfo sets a flag so that
- automatic collection is either silent (verbose=FALSE)
- or prints memory use statistics (verbose=TRUE).
-
-