powered by
This function and its methods convert R objects to XML for use in XML-RPC requests.
rpc.serialize(x, ...)
the R object to be serialized in XML-RPC format
additional parameters understood by methods
An XMLInternalNode object representing the XML content.
XMLInternalNode
The XML-RPC specification at http://www.xmlrpc.com/spec.md.
xml.rpc