indexInit {rindex}R Documentation

Load / unload rindex library

Description

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

Usage

indexInit()
indexDone()

Details

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

Value

See dyn.load and dyn.unload

Author(s)

Jens Oehlschlägel

See Also

dyn.load, dyn.unload, indexDelTree


[Package rindex version 0.08 Index]