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