grab.cxxfun-methods {cxxfunplus}R Documentation

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

Methods

signature(x = "cxxdso")

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

See Also

cxxfunctionplus, cxxdso

Examples

## Not run: 
dso <- cxxfunctionplus(signature(), "return R_NilValue;")
fx <- grab.cxxfun(dso)
fx()

## End(Not run)

[Package cxxfunplus version 1.0.2 Index]