Function
Static Public Summary | ||
public |
assert_ext(assert: *) |
|
public |
createLibR(r_path: *): * Load libR from appropriate place. |
Static Public
public assert_ext(assert: *) source
import assert_ext from 'libr-bridge/test/assert_ext'
Params:
Name | Type | Attribute | Description |
assert | * |
public createLibR(r_path: *): * source
import createLibR from 'libr-bridge/libR'
Load libR from appropriate place.
Params:
Name | Type | Attribute | Description |
r_path | * | "auto" (default) || "environment" || "system" || "buildin" || path to R_HOME "auto" - try "environment" -> "system" -> "buildin" "environment" - use environmental R_HOME and LD_LIBRARY_PATH. libr-bridge handles nothing. "system" - find system installed R "buildin" - (NOT IMPLEMENTED) use redistributed binary attached with libr-bridge-bin |
Return:
* | libR object which enables access to dynamic link library. |