| isLoaded.NativeCode {R.native} | R Documentation |
Static method to check if a library is loaded.
NativeCode$isLoaded(name, path=NULL, ...)
name |
The name of the library to check. |
path |
A character string specifying the path to the library. |
... |
Not used. |
Returns what *dynLoad() returns.
Henrik Bengtsson (http://www.braju.com/R/)
Not used@seemethod "dynLoad" and *dynUnload().
is.loaded().
For more information see NativeCode.