is.dso.loaded-methods | R Documentation |
cxxdso
object is loadedThe is.dso.loaded
function tell if the dynamic shared object (DSO, or DLL) in
an object of cxxdso
, created by function cxxfunctionplus
,
is loaded.
signature(x = "cxxdso")
Tell if a cxxdso
object is
loaded in the sense that the contained DSO is loaded or not.
cxxdso
## Not run:
dso <- cxxfunctionplus(signature(), "return R_NilValue ;")
print(is.dso.loaded(dso))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.