Learn R Programming

xmlrpc2 (version 1.1)

rpc_serialize: 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

Run this code
# NOT RUN {
rpc_serialize(1L)
rpc_serialize(1:2)
rpc_serialize(LETTERS[1:2])
# }

Run the code above in your browser using DataLab