rpc.serialize function

Serialize R objects to XML-RPC format

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, ...)

Arguments

  • x: the R object to be serialized in XML-RPC format
  • ...: additional parameters understood by methods

Returns

An XMLInternalNode object representing the XML content.

References

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

Author(s)

Duncan Temple Lang

See Also

xml.rpc

  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 2)
  • Last published: 2020-04-23

Useful links