dynReload.NativeCode {R.native}R Documentation

Static method to reload a loaded dynamic library

Description

Static method to reload a loaded dynamic library. The method unloads any loaded libraries and the loads it again.

Usage

NativeCode$dynReload(name, ...)

Arguments

name The name of the library to load (without filename extension).
... Other arguments passed to *dynUnload() and *dynLoad().

Value

Returns what *dynLoad() returns.

Author(s)

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

See Also

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


[Package R.native version 0.1.4 Index]