resolve | R Documentation |
This takes the name of a XML schema type and looks through the schema information to find that type and return an R description for that type.
resolve(obj, context, namespaces = character(), recursive = TRUE,
raiseError = TRUE, xrefInfo = NULL, type = NA, depth = 1L, ...)
obj |
the name of the type to search for |
context |
the overall schema/set of type information in which to lookup the name. |
namespaces |
a character vector of |
recursive |
a logical value controlling whether sub-elements or slots within the resolved type are also resolved or left as names/references. |
raiseError |
a logical value controlling whether failure to
find the type leads to an error or just |
xrefInfo |
an object representing the cross-references between data types. This is almost never specified by the R user but passed recursively within the calls to resolve and from higher-level functions that call resolve. |
type |
either a function or one of |
depth |
an integer that indicates the depth of the recursion. This is used for aiding debugging infinite loops. |
... |
additional parameters to resolve that the methods can add |
An object of class SchemaType-class
.
Duncan Temple Lang
processSchemaTypes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.