View source: R/autoInterface.S
computeFunctionInformation | R Documentation |
This function is used by createCOMSClass
when creating methods for $
and $<-
for a COM class. This computes information
about the parameters for the method,
which are required and a collection of converter functions
for marshalling the S values in the call to the target
COM types.
computeFunctionInformation(desc)
desc |
the |
A list
paramNames |
the names of the different parameters |
required |
a vector giving the names of the required arguments |
converters |
not currently meaningful |
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://msdn.microsoft.com/library http://www.omegahat.org/RWinTypeLibs
createCOMSClass
generateOperators
the RDCOMClient
package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.