createTypeVarName | R Documentation |
It is possible to creating bindings to a particular COM interface, e.g., Excel.Application so that we can take advantage of knowledge of the set of methods and properties and their specific IDs, rather than dynamically looking them up in each operation. These functions relate to creating and querying these "compiled"/generated R interfaces.
The createTypeVarName
function generates the name for the R class representing this COM interface.
getCOMElements
and COMNames
query the elements.
createTypeVarName(className, var, quote = TRUE)
className |
the COM object or "concept" for which we want an R name |
var |
character string that is combined with className |
quote |
a logical value. If |
a character string, i.e., vector of length 1.
Duncan Temple Lang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.