| dynReload.NativeCode {R.native} | R Documentation |
Static method to reload a loaded dynamic library. The method unloads any loaded libraries and the loads it again.
NativeCode$dynReload(name, ...)
name |
The name of the library to load (without filename extension). |
... |
Other arguments passed to *dynUnload() and
*dynLoad(). |
Returns what *dynLoad() returns.
Henrik Bengtsson (http://www.braju.com/R/)
Not used@seemethod "dynLoad" and *dynUnload().
dyn.load().
For more information see NativeCode.