createCompiledFunction {RDCOMEvents} | R Documentation |
These functions are used to create template R functions
from descriptions of DCOM methods. Using
createCompiledFunction
, these generated functions
have the appropriate number of parameters,
expressions to coerce the arguments to the known types,
and have the return information associated with attributes.
The simpler createFunction
creates the simpler version
that does not know about the types of the arguments or the
return type.
createCompiledFunction(func, lib)
func |
the |
lib |
the ITypeLib that |
An R function.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.omegahat.org/RDCOMClient http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinTypeLibs http://www.omegahat.org/SWinRegistry