Learn R Programming

cxxfunplus (version 1.0.2)

grab.cxxfun-methods: Retrieve the functions object associated with an object of class cxxdso

Description

The grab.cxxfun function retrieves the function object associated with objects of class cxxdso generated by cxxfunctionplus

Arguments

Methods

signature(x = "cxxdso")

Retrieves the function object associated with the cxxdso objects generated by cxxfunctionplus.

See Also

cxxfunctionplus, cxxdso

Examples

Run this code
if (FALSE) {
dso <- cxxfunctionplus(signature(), "return R_NilValue;")
fx <- grab.cxxfun(dso)
fx()
}

Run the code above in your browser using DataLab