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

Description Usage Arguments Value Author(s) References See Also

Description

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

Usage

1

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


rneos documentation built on April 23, 2020, 9:05 a.m.

Related to rpc.serialize in rneos...