Learn R Programming

redatamx (version 1.2.1)

redatam_init_: Initialize engine

Description

Initialize the Redatam engine. This function is automatically called when the package is loaded.

Usage

redatam_init_(pachageDir)

Value

No return value.

Arguments

pachageDir

Relative path to Redatam runtime (dll, so or dynlib)

Author

Jaime Salvador

Examples

Run this code
if (FALSE) {
redatam_init_("/engine");
}

Run the code above in your browser using DataLab