getTypeLibTypes | R Documentation |
This identifies the types of the different elements in the type library, indicating whether they are classes, interfaces, enumerations, etc.
getTypeLibTypes(lib, which = 1:length(lib), byName = TRUE)
lib |
the |
which |
the indices (starting at 1) of the elements in the type library to be queried. |
byName |
a logical value indicating whether to ....(XXX?) |
An named integer vector giving whose elements
give the type of corresponding entry in the type library
by enumerated value and human-readable name.
The enumerated values and names are given in TypeKinds
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://msdn.microsoft.com/library http://www.omegahat.org/RWinTypeLibs
LoadTypeLib
getTypeInfo
getTypeDocumentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.