powered by
XML-RPC
Serialize R Objects so they can be passed to to_xmlrpc as parameters.
to_xmlrpc
rpc_serialize(x, ...)
an R object.
additional optional arguments (currently ignored).
an object of class "xml_node".
"xml_node"
# NOT RUN { rpc_serialize(1L) rpc_serialize(1:2) rpc_serialize(LETTERS[1:2]) # }
Run the code above in your browser using DataLab