indexMatch              package:rindex              R Documentation

_M_i_d _l_e_v_e_l _s_e_a_r_c_h: _m_a_t_c_h _s_e_t

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

     Find (lowest/highest) index positions for set of search values

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

      indexMatch(obj, x, findlow = TRUE, what = c("ind", "pos", "val"))

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

     obj: an object of class 'index' 

       x: a vector of search values 

 findlow: FALSE to take highest instance (default TRUE) 

    what: on of 'c("ind", "pos", "val")' 

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


       'indexMatch'  finding positions of vector of search values

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

     A vector of index positions (ind), original positions (pos) or
     values (val).

_N_o_t_e:

     'indexMatch' warns if called on a non-unique index. This warning
     can be suppressed by giving parameter 'findlow' explicitely.

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

     Jens Oehlschlgel

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

     'index', 'indexFind', 'indexFindInterval', 'match'

