indexFind               package:rindex               R Documentation

_L_o_w _l_e_v_e_l _s_e_a_r_c_h

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

     Find position in index

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

       indexFind(obj, val, findlow = TRUE)
       indexFindlike(obj, val, findlow = TRUE)

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

     obj: an object of class 'index' 

     val: search value 

 findlow: FALSE to find highest instance of value (default false) 

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


           'indexFind'  finding exact values in index
       'indexFindlike'  finding values in index that begin like search value (character indices only)

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

     An integer position of lowest or highest instance of search value

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

     Jens Oehlschlgel

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

     'index', 'indexFindInterval', 'grep'

