| is.dso.loaded-methods {cxxfunplus} | R Documentation |
Tell if a cxxdso object is loaded
Description
The is.dso.loaded function tell if the dynamic shared object (DSO, or DLL) in
an object of cxxdso, created by function cxxfunctionplus,
is loaded.
Methods
signature(x = "cxxdso")Tell if a
cxxdsoobject is loaded in the sense that the contained DSO is loaded or not.
See Also
Examples
## Not run:
dso <- cxxfunctionplus(signature(), "return R_NilValue ;")
print(is.dso.loaded(dso))
## End(Not run)
[Package cxxfunplus version 1.0.2 Index]