indexInit               package:rindex               R Documentation

_L_o_a_d / _u_n_l_o_a_d _r_i_n_d_e_x _l_i_b_r_a_r_y

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

     Function 'indexInit' loads the rindex shared library, 'indexDone'
     unloads the rindex shared library.

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

     indexInit()
     indexDone()

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

     You are responsible to free all memory using 'indexDelTree' before
     calling 'indexDone'.

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

     See 'dyn.load' and 'dyn.unload'

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

     Jens Oehlschlgel

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

     'dyn.load', 'dyn.unload', 'indexDelTree'

