createCompiledFunction {RDCOMEvents}R Documentation

Generators for template functions for DCOM methods

Description

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.

Usage

createCompiledFunction(func, lib)

Arguments

func the
lib the ITypeLib that

Value

An R function.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://www.omegahat.org/RDCOMClient http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinTypeLibs http://www.omegahat.org/SWinRegistry

See Also

createCOMServerInfo

Examples



[Package RDCOMEvents version 0.3-1 Index]