indexInit {rindex} | R Documentation |
Function indexInit
loads the rindex shared library, indexDone
unloads the rindex shared library.
indexInit() indexDone()
You are responsible to free all memory using indexDelTree
before calling indexDone
.
See dyn.load
and dyn.unload
Jens Oehlschlägel
dyn.load
, dyn.unload
, indexDelTree