createSOAPConverter | R Documentation |
This generic function and associated methods are used to create R functions that convert a SOAP data type given as XML to an R object.
createSOAPConverter(type, namespaces, defs = NULL, types = list(), ...)
type |
the description of the Schema type |
namespaces |
appears not to be used |
defs |
appears to be never used. |
types |
the descriptions of other data types in the schema(s) |
... |
additional parameters for methods |
Duncan Temple Lang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.