rpc.serialize {rneos} | R Documentation |
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 methods |
An XMLInternalNode
object representing the XML content.
Duncan Temple Lang
The XML-RPC specification at http://www.xmlrpc.com/spec.md.