home *** CD-ROM | disk | FTP | other *** search
-
- _R_e_m_o_v_e _O_b_j_e_c_t_s _f_r_o_m _a _S_p_e_c_i_f_i_e_d _E_n_v_i_r_o_n_m_e_n_t
-
- remove(names, envir=NULL, inherits=FALSE)
- rm(names, envir=NULL, inherits=FALSE)
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- remove and rm can be used to remove objects. names
- must be character vector. All elements in it will be
- removed. If envir is NULL then the the currently
- active environment is searched first. If inherits is
- TRUE then parents of the supplied directory are
- searched until a variable with the given name is
- encountered. A warning is printed for each variable
- that is not found.
-
- _S_e_e _A_l_s_o:
-
- ls, objects,
-
-