rpc_serialize: Convert R Objects into the 'XML-RPC' Format

Description Usage Arguments Value Examples

View source: R/serialize.R

Description

Serialize R Objects so they can be passed to to_xmlrpc as parameters.

Usage

1

Arguments

x

an R object.

...

additional optional arguments (currently ignored).

Value

an object of class "xml_node".

Examples

1
2
3

Example output

{xml_node}
<value>
[1] <i4>1</i4>
{xml_node}
<value>
[1] <array>\n  <data>\n    <value>\n      <i4>1</i4>\n    </value>\n    <valu ...
{xml_node}
<value>
[1] <array>\n  <data>\n    <value>\n      <string><![CDATA[A]]></string>\n    ...

xmlrpc2 documentation built on May 2, 2019, 4:52 p.m.