| getDynLib-methods | R Documentation |
cxxdsoThe getDynLib function retrieves the dynamic library (or DLL)
associated with objects of class cxxdso generated by
cxxfunctionplus
signature(x = "cxxdso")Retrieves the dynamic
library associated with the cxxdso objects generated by
cxxfunctionplus.
getLoadedDLLs, dyn.load,
cxxdso, and
getDynLib in inline
## Not run:
dso <- cxxfunctionplus(signature(), "return R_NilValue;")
dll <- getDynLib(dso)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.