powered by
cxxdso
The grab.cxxfun function retrieves the function object associated with objects of class cxxdso generated by cxxfunctionplus
grab.cxxfun
cxxfunctionplus
signature(x = "cxxdso")
Retrieves the function object associated with the cxxdso objects generated by cxxfunctionplus.
cxxfunctionplus, cxxdso
if (FALSE) { dso <- cxxfunctionplus(signature(), "return R_NilValue;") fx <- grab.cxxfun(dso) fx() }
Run the code above in your browser using DataLab