dynLoad.NativeCode {R.native}R Documentation

Static method to load a dynamic library

Description

Static method to load a dynamic library.

Usage

NativeCode$dynLoad(name, path=NULL, ...)

Arguments

name The name of the library to load (without filename extension).
path A character string specifying the path to the library.
... Not used.

Value

Returns the handle returned by dyn.load().

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*dynUnload(). dyn.load(). For more information see NativeCode.


[Package R.native version 0.1.4 Index]