Displaying 1 result from an estimated 1 matches for "getsymbolinfo".
2001 Dec 13
3
R-1.4.0: how to use getSymbolInfo()?
...l, but can be slow.
I'd like to be able to supply the name of a compiled function,
dynamically loaded into the current session, and pass either the name of
the function or a pointer to it to my R code, which would then pass it
down to the compiled code to use in the ode solver directly.
Since getSymbolInfo() (new in 1.4.0) returns a pointer to the requested
loaded function, it would seem to be part of the answer to my problem
(when I asked this question some time ago, I was warned away from using
the internal R_FindSymbol() (declared in Rdynload.h) as being
potentially unstable). However, I cannot f...