Learn R Programming

cxxfunplus (version 1.0.2)

is.dso.loaded-methods: 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.

Arguments

Methods

signature(x = "cxxdso")

Tell if a cxxdso object is loaded in the sense that the contained DSO is loaded or not.

See Also

cxxdso

Examples

Run this code
if (FALSE) {
dso <- cxxfunctionplus(signature(), "return R_NilValue ;")
print(is.dso.loaded(dso))
}

Run the code above in your browser using DataLab