testWIfun            package:widgetInvoke            R Documentation

_F_i_n_d _O_b_j_e_c_t_s _b_y (_P_a_r_t_i_a_l) _N_a_m_e

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

     'testWIfun' returns a character vector giving the names of all
     objects in the search list matching 'what'.

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

     testWIfun(what, where = FALSE, mode = "any")

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

    what: name of an object, or regular expression to match against

   where: a logical indicating whether positions in the search list
          should also be returned

    mode: character; if not '"any"', only objects who's 'mode' equals
          'mode' are searched.

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

     If 'mode != "any"' only those objects which are of mode 'mode' are
     considered. If 'where' is 'TRUE', the positions in the search list
     are returned as the names attribute.

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

     Kurt Hornik and Martin Maechler (May 1997).

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

     'objects' for listing objects from one place, 'help.search' for
     searching the help system, 'search' for the search path.

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

