getRefTypeName | R Documentation |
This function processes an object of class TypeDescriptionRef-class
and finds the name of the human-readable type by looking up the UUID
identified by the reference type and comparing it to those in the
specified type library.
getRefTypeName(info, ref, lib, follow = !is.null(lib))
info |
the |
ref |
an object of class |
lib |
the type library, of class |
follow |
a logical value indicating whether to resolve the
type information in its native library if it is not actually
defined within |
A string (character vector of length 1) giving the name of the element in the type library identified by the reference type.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://msdn.microsoft.com/library http://www.omegahat.org/SWinTypeLibs
getRefTypeInfo
getTypeLibUUIDs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.