View source: R/autoInterface.S
generateOperators | R Documentation |
This is used by createCOMSClass
to create the $
and $<-
methods for the new S4 class that mirrors the
COM class. This function defines S4 methods
for these operators that contain information about the
available properties and methods for the COM object
and so provide structured access to them.
generateOperators(libEntry, className)
libEntry |
the |
className |
the name of the S4 class for which to define the methods |
A list giving the two functions that were registered
as get and set methods for $
and $<-
respectively.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
createCOMSClass
computeFunctionInformation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.