Learn R Programming

rneos (version 0.4-0)

rpc.serialize: Serialize R objects to XML-RPC format

Description

This function and its methods convert R objects to XML for use in XML-RPC requests.

Usage

rpc.serialize(x, ...)

Arguments

x

the R object to be serialized in XML-RPC format

additional parameters understood by methods

Value

An XMLInternalNode object representing the XML content.

References

The XML-RPC specification at http://www.xmlrpc.com/spec.md.

See Also

xml.rpc