createSOAPConverter: Define the conversion function for an XML representation of a...

createSOAPConverterR Documentation

Define the conversion function for an XML representation of a SOAP type to the corresponding R type

Description

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.

Usage

createSOAPConverter(type, namespaces, defs = NULL, types = list(), ...)

Arguments

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

Author(s)

Duncan Temple Lang


omegahat/XMLSchema documentation built on Jan. 17, 2024, 7:08 p.m.