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

View source: R/serialize.R

rpc_serializeR Documentation

Convert R Objects into the XML-RPC Format

Description

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

Usage

rpc_serialize(x, ...)

Arguments

x

an R object.

...

additional optional arguments (currently ignored).

Value

an object of class "xml_node".

Examples

rpc_serialize(1L)
rpc_serialize(1:2)
rpc_serialize(LETTERS[1:2])


xmlrpc2 documentation built on June 8, 2025, 10:46 a.m.