getDynLib-methods {cxxfunplus} | R 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 bycxxfunctionplus
.
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)
[Package cxxfunplus version 1.0.2 Index]