indexInit: Load / unload rindex library

Description Usage Details Value Author(s) See Also

View source: R/zzz.R

Description

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

Usage

1
2

Details

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

Value

See dyn.load and dyn.unload

Author(s)

Jens Oehlschl<e4>gel

See Also

dyn.load, dyn.unload, indexDelTree


rindex documentation built on Sept. 1, 2018, 1:04 a.m.

Related to indexInit in rindex...