isLoaded.NativeCode {R.native}R Documentation

Static method to check if a library is loaded

Description

Static method to check if a library is loaded.

Usage

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

Arguments

name The name of the library to check.
path A character string specifying the path to the library.
... Not used.

Value

Returns what *dynLoad() returns.

Author(s)

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

See Also

Not used@seemethod "dynLoad" and *dynUnload(). is.loaded(). For more information see NativeCode.


[Package R.native version 0.1.4 Index]