dynLoad.NativeCode {R.native} | R Documentation |
Static method to load a dynamic library.
NativeCode$dynLoad(name, path=NULL, ...)
name |
The name of the library to load (without filename extension). |
path |
A character string specifying the path to the library. |
... |
Not used. |
Returns the handle returned by dyn.load
().
Henrik Bengtsson (http://www.braju.com/R/)
*dynUnload()
.
dyn.load
().
For more information see NativeCode
.