powered by
cxxdso
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.
is.dso.loaded
cxxfunctionplus
signature(x = "cxxdso")
Tell if a cxxdso object is loaded in the sense that the contained DSO is loaded or not.
if (FALSE) { dso <- cxxfunctionplus(signature(), "return R_NilValue ;") print(is.dso.loaded(dso)) }
Run the code above in your browser using DataLab