rpc.serialize {rneos}R Documentation

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.

Author(s)

Duncan Temple Lang

References

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

See Also

xml.rpc


[Package rneos version 0.4-0 Index]