dynUnload.NativeCode {R.native}R Documentation

Static method to unload a dynamic library

Description

Static method to unload a dynamic library.

Usage

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

Arguments

name The name of the library to load (without filename extension).
path A character string specifying the path to the library.
... Not used.

Value

Returns TRUE if unloaded, otherwise FALSE.

Author(s)

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

See Also

*dynLoad(). dyn.unload(). For more information see NativeCode.


[Package R.native version 0.1.4 Index]