powered by
cxxdso
The getDynLib function retrieves the dynamic library (or DLL) associated with objects of class cxxdso generated by cxxfunctionplus
getDynLib
cxxfunctionplus
signature(x = "cxxdso")
Retrieves the dynamic library associated with the cxxdso objects generated by cxxfunctionplus.
getLoadedDLLs, dyn.load, cxxdso, and getDynLib in inline
getLoadedDLLs
dyn.load
if (FALSE) { dso <- cxxfunctionplus(signature(), "return R_NilValue;") dll <- getDynLib(dso) }
Run the code above in your browser using DataLab