Learn R Programming

rindex (version 0.12.1)

indexInit: Load / unload rindex library

Description

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

Usage

indexInit()
indexDone()

Arguments

Value

See dyn.load and dyn.unload

Details

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

See Also

dyn.load, dyn.unload, indexDelTree