getDynLib: Retrieve the dynamic library (or DLL) associated with an...

getDynLib-methodsR Documentation

Retrieve the dynamic library (or DLL) associated with an object of class cxxdso

Description

The getDynLib function retrieves the dynamic library (or DLL) associated with objects of class cxxdso generated by cxxfunctionplus

Methods

signature(x = "cxxdso")

Retrieves the dynamic library associated with the cxxdso objects generated by cxxfunctionplus.

See Also

getLoadedDLLs, dyn.load, cxxdso, and getDynLib in inline

Examples

## Not run: 
dso <- cxxfunctionplus(signature(), "return R_NilValue;")
dll <- getDynLib(dso)

## End(Not run)

cxxfunplus documentation built on Aug. 23, 2023, 9:06 a.m.