dynUnload.NativeCode {R.native} | R Documentation |
Static method to unload a dynamic library.
NativeCode$dynUnload(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 TRUE
if unloaded, otherwise FALSE
.
Henrik Bengtsson (http://www.braju.com/R/)
*dynLoad()
.
dyn.unload
().
For more information see NativeCode
.