redatam_init_ {redatamx} | R Documentation |
Initialize engine
Description
Initialize the Redatam engine. This function is automatically called when the package is loaded.
Usage
redatam_init_(pachageDir)
Arguments
pachageDir |
Relative path to Redatam runtime (dll, so or dynlib) |
Value
No return value.
Author(s)
Jaime Salvador
Examples
## Not run:
redatam_init_("/engine");
## End(Not run)
[Package redatamx version 1.1.4 Index]