

_G_i_v_e ``_S_e_a_r_c_h _P_a_t_h'' _f_o_r _R _O_b_j_e_c_t_s

     search()

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

     Gives basically a list of `attach'ed packages (see
     `library'), and R objects, usually `data.frames'.

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

     A `character' vector, usually starting with `".Glo-
     balEnv"', and containing `"package:base"' which is R's
     base package required always.

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

     `attach' and `detach' to change the search ``path'',
     `objects' to find R objects in there.

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

     search()

