Learn R Programming

cxxfunplus (version 1.0.2)

getDynLib-methods: Retrieve the dynamic library (or DLL) associated with an object of class cxxdso

Description

The getDynLib function retrieves the dynamic library (or DLL) associated with objects of class cxxdso generated by cxxfunctionplus

Arguments

Methods

signature(x = "cxxdso")

Retrieves the dynamic library associated with the cxxdso objects generated by cxxfunctionplus.

See Also

getLoadedDLLs, dyn.load, cxxdso, and getDynLib in inline

Examples

Run this code
if (FALSE) {
dso <- cxxfunctionplus(signature(), "return R_NilValue;")
dll <- getDynLib(dso)
}

Run the code above in your browser using DataLab